@extends('admin.layouts.master') @section('title') Dashboard | @endsection @section('content')
@foreach([ ['url' => route('courseGoal.index'), 'count' => $courseGoalManageCount, 'title' => 'Course Goal'], ['url' => route('courseManages.index'), 'count' => $courseManageCount, 'title' => 'Courses'], ['url' => route('booksManage.index'), 'count' => $booksManageCount, 'title' => 'Books'], ['url' => route('chapterManage.index'), 'count' => $chapterManageCount, 'title' => 'Chapters'], ['url' => route('mentorManage.index'), 'count' => $mentorManageCount, 'title' => 'Mentors'], ['url' => route('moduleManage.index'), 'count' => $moduleManageCount, 'title' => 'Modules'], ['url' => route('videoManage.index'), 'count' => $videoManageCount, 'title' => 'Videos'], ['url' => route('pdfManage.index'), 'count' => $pdfManageCount, 'title' => 'PDF'], ['url' => '', 'count' => $studentManageCount, 'title' => 'Students'], ] as $item) @endforeach
@endsection