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