{{ translate('Dashboard') }}
{{ translate('Top performing courses') }}
@if (count($data['top_courses']) > 0) {{ translate('See all') }} @endif
@php $instructorMonth = []; $getInstructorByMonth = []; if (count($data['instructor_reports']) > 0) { foreach ($data['instructor_reports'] as $key => $value) { $getInstructorByMonth[] = $value->total; $instructorMonth[] = "$value->dayMonthYears"; } } $registerDate = []; $getStudentByDate = []; if (count($data['student_reports']) > 0) { foreach ($data['student_reports'] as $key => $value) { $getStudentByDate[] = $value->total; $registerDate[] = "$value->dayMonthYears"; } } @endphp @push('js') @endpush