withCount('chapters')->get(); return view('index', compact(['courses'])); } public function download(SymfonyCastDlService $symfonyCastDlService) { $symfonyCastDlService->getInfo(); } }