where('contact_id', user()->contact->id)->get(); return view('portal.transactions.index', compact('transactions')); } }