{{-- Forget Password --}}
{{ config('app.name') }}

{{ __('Reset Password') }}

{{-- Success --}} @if (session('status'))
{{ session('status') }}
@endif
@csrf {{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Recaptcha --}} @if ($setting['recaptcha_configuration']['RECAPTCHA_ENABLE'] == 'on')
{!! htmlFormSnippet() !!}
@endif {{-- Back to Home --}} {{ __('Go back to Homepage') }}