@stack('styles')
Control Room
{{ strtoupper(substr(auth()->user()?->name ?? 'A', 0, 1)) }}
{{ auth()->user()?->name ?? 'Admin' }}
Admin Account
Change Password
@csrf
Logout
@yield('content')
Security Credentials
@csrf
New Password
Cancel
Update Password
@stack('scripts')