@section('page-title', 'Dashboard')
{{-- Welcome Message --}}

Welcome, {{ Auth::user()->firstname }}! 👋

Manage your TrueID system using the navigation menu on the left.

{{-- Stats Grid --}}
{{-- Total Codes --}}

Total QR Codes

{{ number_format(\App\Models\QrCode::count()) }}

{{-- Lucky Codes --}}

Lucky QR Codes

{{ number_format(\App\Models\QrCode::lucky()->count()) }}

{{-- Verifications --}}

Used Codes

{{ number_format(\App\Models\QrCode::used()->count()) }}

{{-- Products --}}

Total Products

0

{{-- Quick Actions --}}