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