@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
{{ __('Password') }}
{{ __('Confirm') }}