@extends('layouts.auth') @section('page-title') {{__('Reset Password')}} @endsection @section('language-bar') @endsection @section('content')

{{ __('Forgot Password') }}

@if(session('status'))
{{ session('status') }}
@endif

{{__('We will send a link to reset your password')}}

@csrf
@error('email') {{ $message }} @enderror
@if(env('RECAPTCHA_MODULE') == 'yes')
{!! NoCaptcha::display() !!} @error('g-recaptcha-response') {{ $message }} @enderror
@endif

{{__('Back to')}} {{ __('Login') }}

{{ __('“Attention is the new currency”') }}

{{__('The more effortless the writing looks, the more effort the writer actually put into the process.')}}

@endsection @push('custom-scripts') @if(env('RECAPTCHA_MODULE') == 'yes') {!! NoCaptcha::renderJs() !!} @endif @endpush