Reading file size

This commit is contained in:
Krzysztof Płaczek
2022-12-05 19:39:12 +01:00
parent 55c104629f
commit b992d05312
5 changed files with 47 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ class Index extends Controller
{
$courses = Course::with('chapters')->withCount('chapters')->get();
// dd($courses->toArray());
return view('index', compact(['courses']));
}