@if (session('status')) @endif
@csrf @error('email') {{ $message }} @enderror @if (config('app.recaptcha_enabled'))
{!! htmlFormSnippet() !!}
@error('g-recaptcha-response') {{ $message }} @enderror @endif {{ __('Send Password Reset Link') }}
{{ __('Reset Your Password.') }}

{{ __('You will receive an email with a link to reset your password.') }}

@if (config('app.recaptcha_enabled')) @push('tail') {!! htmlScriptTagJsApi() !!} @endpush @endif