{{-- Header --}}
Confirm password
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf {{-- Password --}}
{{-- Actions --}}
{{ __('Confirm') }} @if (Route::has('password.request'))
Forgot it? Reset password
@endif