@extends('layouts.app') @section('title', 'Admin Overview Dashboard - MTPGA') @section('content')
{{ number_format($totalRegistered) }}
Total database capacity
{{ number_format($totalCheckedIn) }}
{{ $checkInPercentage }}% turn-out rate
{{ number_format($totalPending) }}
Awaiting scanner verification
{{ number_format($passStats['international']) }}
Overseas attendees
Pass Categories
| Attendee | Reg Code | Pass | Checked In At |
|---|---|---|---|
| {{ $item->full_name }} | {{ $item->registration_code }} | {{ $item->pass_type }} | {{ $item->checked_in_at ? $item->checked_in_at->format('h:i:s A') : 'N/A' }} |
| No check-ins recorded today yet. | |||
{{ $log->description }}
No system logs recorded.
@endforelse