{{ __('auth_ui.reset_password_title') }} 🔒

{{ __('auth_ui.reset_password_subtitle') }} {{ $email }}

@if (session()->has('status')) @endif @if ($successMessage) @endif
@csrf
@if($hasError('email'))
{{ $getError('email') }}
@endif
@if($hasError('password'))
{{ $getError('password') }}
@endif
@if($hasError('password_confirmation'))
{{ $getError('password_confirmation') }}
@endif