@extends('layouts.dashboard') @section('title', 'Dean Dashboard') @section('page-content')
{{ $department->name }}
Department Students
{{ number_format($stats['department_students']) }}
Across all programs
Faculty Members
{{ number_format($stats['department_staff']) }}
Teaching staff
Active Programs
{{ number_format($stats['department_programs']) }}
Degree programs
Total Courses
{{ number_format($stats['department_courses']) }}
Course offerings
No programs found
@endforelseLevel {{ $level }}
Average GPA: {{ number_format($performance['avg_gpa'] ?? 0, 2) }}
{{ $performance['count'] ?? 0 }}
Students
Performance data not available
@endif{{ $faculty->user->name }}
{{ str_replace('_', ' ', $faculty->position) }}
No faculty members
@endforelse{{ $application->first_name }} {{ $application->last_name }}
{{ $application->program->name ?? 'N/A' }}
No recent applications
@endforelse{{ $activity->description }}
{{ $activity->created_at->diffForHumans() }}
No recent activity
@endforelse