@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
@foreach ($stats as $stat)

{{ $stat['label'] }}

{{ $stat['value'] }}

{{ $stat['meta'] }}

@endforeach

Quick Actions

@foreach ($quickActions as $action) @endforeach

Recent Applications

Pending Attendance Approvals

@endsection