@extends('layouts.app') @section('title', 'Kalender Akademik - SIAKAD') @section('page-title', 'Kalender Akademik') @php use App\Models\AcademicCalendar; $userRole = Auth::check() ? Auth::user()->role : 'guest'; $roleLabel = [ 'admin' => 'Administrator', 'dosen' => 'Dosen', 'mahasiswa' => 'Mahasiswa' ]; $currentRoleLabel = $roleLabel[$userRole] ?? 'Guest'; $colors = AcademicCalendar::getColors(); $eventTypes = AcademicCalendar::getEventTypes(); @endphp @push('styles') @endpush @section('content')
{{ $currentRoleLabel }} • {{ now()->format('d M Y') }}
Total Events
Mendatang
Bulan Ini
Minggu Ini
Memuat...