@php $activeInvestments = App\Models\Investment::where('user_id', Auth::user()->id)->where('status', 2)->get(); @endphp