@extends('master.front') @section('title') {{__('Password Reset')}} @endsection @section('content')
@csrf

{{__('Forgot your password?')}}

@error('email')

{{$message}}

@enderror
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp

{{ __("$errmsg") }}

@endif
{{__('Type in the email address you used when you registered with our website')}}
{{__('Login')}}
@endsection