@extends('layouts.master') @section('title', 'Dashboard') @section('meta-tag') @endsection @section('title', 'Dashboard') @section('subtitle', 'Dashboard') @section('content')

Total Course

{{ $total_course }}

Total Program

{{ $total_program }}

Total Teacher

{{ $total_teacher }}

Total Level

{{ $total_level }}

Schedule Course
Todays Schedule
{{ $meet['today'] }}
Tomorrow Schedule
{{ $meet['tomorrow'] }}
Next Week Schedule
{{ $meet['next_week'] }}
Next Month Schedule
{{ $meet['next_month'] }}
Jadwal Meeting Terdekat
@forelse ($nearest_meet as $meeting) @empty @endforelse
No Center Program Level Kode Mentor Waktu & Tanggal
{{ $loop->iteration }} {{ $meeting->course->center ? 'Offline' : 'Online' }} {{ $meeting->course->program->name }} {{ $meeting->course->level->name }} {{ $meeting->course->course_code }} {{ $meeting->teacher->name }} {{ Carbon\Carbon::parse($meeting->date)->format('d M Y') }} - {{ Carbon\Carbon::parse($meeting->start_time)->format('H:i') }} s/d {{ Carbon\Carbon::parse($meeting->end_time)->format('H:i') }}
No Meetings found.
@endsection @section('scripts') @endsection