{{-- Lock icon --}}

Confirm Your Identity

Enter your password to access {{ \App\Http\Middleware\RequireAdminVerification::scopeLabel($scope) }}.
Your password is required every time you open this page.

{{-- Logged-in user badge --}}
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{-- Error message --}} @if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@csrf
← Back to Dashboard