{{--
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
{{ __('Confirm') }}
--}} @extends('layouts.app') @push('style') @endpush @section('content')

Confirm Password

This is a secure area. Please confirm your password to continue.

{{-- Errors --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection @push('script') @endpush