where('business_id', auth()->user()->business_id) ->latest() ->get(); return view('business::bill-wise-profits.excel-csv', compact('profits')); } }