@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard Super Admin') @section('content')

Selamat Datang, {{ auth()->user()->name }}!

{{ $schoolName }} - Tahun Ajaran {{ $academicYear }}

Total Users

{{ $totalUsers }}

Total Pendaftar

{{ $totalApplicants }}

Status PPDB

@if($ppdbStatus === 'open') Dibuka @else Ditutup @endif

Tahun Ajaran

{{ $academicYear }}

Pengguna Berdasarkan Role

@foreach($usersByRole as $role)

{{ $role->display_name }}

{{ $role->description }}

{{ $role->users_count }} user{{ $role->users_count != 1 ? 's' : '' }}
@endforeach

Kelola Role

Manage roles & permissions

Tambah User

Create new user account

Pengaturan

System configuration

@endsection