@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('admin.layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', 'Forgot Password') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @if (config('recaptcha.recaptcha_status') && config('recaptcha.recaptcha_version') == 'V2') @endif @if (config('recaptcha.recaptcha_status') && config('recaptcha.recaptcha_version') == 'V3') @endif @endsection @section('content') @include('admin._partials.auth-section')
Enter your email and we'll send you instructions to reset your password
@if (session('status')){{ session('status') }}
@endif @error('email'){{ $message }}
@enderror