@php try { DB::connection()->getPdo(); echo "Database connection successful!"; } catch (\Exception $e) { echo "Error: " . $e->getMessage(); } @endphp
@php $count = App\Models\SuperAdmin::count(); echo "Total Super Admins: {$count}"; @endphp
Super Admin Guard: {{ config('auth.guards.super_admin.driver') ?? 'Not configured' }}
Email: admin@garage.com
Password: password