@extends('layouts.auth') @section('content')

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

{{ __('auth.please_confirm') }}
@csrf
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) @endif
@endsection