Reading file size
This commit is contained in:
@@ -13,7 +13,6 @@ class Index extends Controller
|
||||
{
|
||||
$courses = Course::with('chapters')->withCount('chapters')->get();
|
||||
|
||||
// dd($courses->toArray());
|
||||
return view('index', compact(['courses']));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user