🔍 Super Admin Setup Test

✓ Database Connected

@php try { DB::connection()->getPdo(); echo "Database connection successful!"; } catch (\Exception $e) { echo "Error: " . $e->getMessage(); } @endphp

✓ Super Admins

@php $count = App\Models\SuperAdmin::count(); echo "Total Super Admins: {$count}"; @endphp

✓ Authentication Guard

Super Admin Guard: {{ config('auth.guards.super_admin.driver') ?? 'Not configured' }}

✓ Routes Available

🔐 Test Login Credentials

Email: admin@garage.com

Password: password