where('business_id', auth()->user()->business_id) ->whereIn('type', ['debit', 'credit']) ->latest() ->get(); return view('business::day-book.excel-csv', compact('day_books')); } }