authorize('admin-access'); $albumCount = Album::all()->count(); return view('admin.index', [ 'album_count' => $albumCount ]); } }