@if (session('status')) {{ session('status') }} @endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif

This is a secure area. Please confirm your password before continuing.

@csrf {{ __('auth.confirm_password') }}