@extends('layouts.app') @section('title', 'Dashboard - SIAKAD') @section('page-title', 'Dashboard Mahasiswa') @section('content') @php use App\Models\AcademicCalendar; $user = auth()->user(); $upcomingEvents = AcademicCalendar::active() ->where('show_to_mahasiswa', true) ->inRange(now()->format('Y-m-d'), now()->addDays(30)->format('Y-m-d')) ->orderBy('start_date') ->take(5) ->get(); $eventTypes = AcademicCalendar::getEventTypes(); @endphp
@if(isset($tahunAktif)) {{ $tahunAktif->nama }} @else Semester belum ditentukan @endif
Matakuliah Diambil
Total SKS
Menunggu Persetujuan
Pengumuman Baru
{!! $catatan->content !!}
{{ Str::limit(strip_tags($announcement->content), 150) }}
Belum ada pengumuman
Tidak ada event terdekat