where('business_id', auth()->user()->business_id) ->latest() ->get(); return view('hrmaddon::reports.leaves.excel', compact('leaves')); } }