@extends('layouts.app') @section('title', 'Dashboard Dosen - SIAKAD') @section('page-title', 'Dashboard Dosen') @section('content') @php use App\Models\AcademicCalendar; $unreadNotifications = $notifications ?? collect(); $totalUnread = $unreadCount ?? 0; $latestAnnouncements = $latestAnnouncements ?? collect(); $upcomingEvents = AcademicCalendar::active() ->where('show_to_dosen', true) ->inRange(now()->format('Y-m-d'), now()->addDays(30)->format('Y-m-d')) ->orderBy('start_date') ->take(5) ->get(); $eventTypes = AcademicCalendar::getEventTypes(); @endphp
Semoga harimu menyenangkan
Mata Kuliah Diampu
Total Mahasiswa
Nilai Diinput
Notifikasi Baru
{!! $catatan->content !!}
{{ Str::limit(strip_tags($announcement->content), 150) }}
Belum ada pengumuman
Tidak ada event terdekat