Counsellor Dashboard
Assigned Students
{{ $assigned_students }}
Today Appointments
{{ $today_appointments }}
Pending Followups
{{ $pending_followups }}
This Month Enrollments
{{ $enrollments_this_month }}
Today's Appointments
@foreach($today_appointments_list as $appointment)
{{ $appointment->student->name }} - {{ $appointment->time }}
@endforeach
Recent Followups
@foreach($recent_followups as $followup)
{{ $followup->student->name }} - {{ $followup->followup_date }}
@endforeach