Active Academic Year 2026
{{ date('l, F j, Y') }}
Welcome Back, {{ Auth::check() ? Auth::user()->first_name : 'Student' }}! 👋
Manage your academic activities, course schedules, and exam performance directly from your portal dashboard.
@if(Auth::check())
{{ strtoupper(substr(Auth::user()->first_name, 0, 1)) }}
{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}
{{ Auth::user()->email }}
@endif