@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'My Dashboard') @section('vendor-style') @endsection @section('content')

Welcome back, {{ Auth::user()->surname }} 👋

2025/2026 Academic Session - First Semester

Academic Session

{{$sems->name}}

Department

{{$user->department->name}}

Registered Courses

{{$courseCount}} Courses

Cohort

{{$users->totalDept}}/{{$users->totalLevel}}

CGPA

{{ $cgpa ?? '0.00' }}

Registration Progress
70%
@section('vendor-script') @endsection @endsection