@extends('layouts.dashboard') @section('title', 'Vice-Chancellor Dashboard') @section('page-content')
Institutional Performance & Strategic Overview
Total Students
{{ number_format($stats['total_students']) }}
{{ number_format($stats['active_students']) }} Active
Faculty & Staff
{{ number_format($stats['total_staff']) }}
{{ number_format($stats['active_staff']) }} Active
Programs
{{ number_format($stats['total_programs']) }}
{{ number_format($stats['total_departments']) }} Departments
Pending Applications
{{ number_format($stats['pending_applications']) }}
Requires Review
{{ $dept->code }}
{{ $dept->students_count ?? 0 }}
Students
{{ $dept->programs_count ?? 0 }}
Programs
No department data available
@endforelseTotal Classes Scheduled
{{ number_format($timetableStats['total_classes'] ?? 0) }}
Active Venues
{{ number_format($timetableStats['total_venues'] ?? 0) }}
Total Courses
{{ number_format($stats['total_courses'] ?? 0) }}
{{ $application->first_name }} {{ $application->last_name }}
{{ $application->program->name ?? 'N/A' }}
No recent applications
@endforelse