where('business_id', auth()->user()->business_id) ->where('type', '!=', 'Supplier') ->latest() ->get(); return view('business::party-reports.loss-profit.excel-csv', compact('parties')); } }