now()->format('Y-m-d H:i') . '.xlsx'; $data = $roadPatrolTableService->supervisorCartableReport($request, true); return Excel::download(new SupervisorCartableReport($data['data']), $name); } }