@extends('layouts.guest') @section('content')
@csrf

{{ __('Confirm Password') }}

{{ __('Please confirm your password before continuing.') }}

@error('password')
{{ $message }}
@enderror
@endsection