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

Confirm Password

{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
@error('password')
{{ $message }}
@enderror
@endsection