@php use App\Models\Admin\Settings; $frontendRecaptcha = Settings::get('frontend_recaptcha'); $frontendRecaptchaKey = Settings::get('frontend_recaptcha_key'); @endphp @extends('frontLayout.frontlayout') @section('content')

Forgot Password

Forgot Password

Enter your registered email and we'll send you a link to reset your password.

@include('admin.partials.flash_messages')
{{ csrf_field() }}
@error('email') {{ $message }} @enderror
@if(isset($frontendRecaptcha) && $frontendRecaptcha)
@endif
@endsection