@extends('layouts.auth') @php use App\Models\Utility; $logo=asset(Storage::url('uploads/logo/')); $company_logo=App\Models\Utility::getValByName('company_logo'); $settings = Utility::settings(); @endphp @section('page-title') {{__('Forgot Password')}} @endsection @push('custom-scripts') @if($settings['recaptcha_module'] == 'yes') {!! NoCaptcha::renderJs() !!} @endif @endpush @section('auth-lang') @php $languages = App\Models\Utility::languages(); @endphp
@endsection @section('content')