JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.auth') @section('page-title') {{ __('Forgot Password') }} @endsection @section('language-bar') @php $languages = App\Models\Utility::languages(); $lang = \App::getLocale('lang'); $LangName = \App\Models\Languages::where('code', $lang)->first(); if (empty($LangName)) { $LangName = new App\Models\Utility(); $LangName->fullName = 'English'; } $settings = App\Models\Utility::settings(); config([ 'captcha.sitekey' => $settings['google_recaptcha_key'], 'captcha.secret' => $settings['google_recaptcha_secret'], 'options' => [ 'timeout' => 30, ], ]); @endphp
@endsection @if ($settings['cust_darklayout'] == 'on') @endif @section('content')

{{ __('Forgot Password') }}

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@if (isset($settings['recaptcha_module']) && $settings['recaptcha_module'] == 'yes') @if (isset($settings['google_recaptcha_version']) && $settings['google_recaptcha_version'] == 'v2-checkbox')
{!! NoCaptcha::display() !!} @error('g-recaptcha-response') {{ $message }} @enderror
@else
@error('g-recaptcha-response') {{ $message }} @enderror
@endif @endif

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

@endsection @push('custom-scripts') @if (isset($settings['recaptcha_module']) && $settings['recaptcha_module'] == 'yes') @if (isset($settings['google_recaptcha_version']) && $settings['google_recaptcha_version'] == 'v2-checkbox') {!! NoCaptcha::renderJs() !!} @else @endif @endif @endpush