@extends('admin.auth.auth_layout') @section('content') @php $siteGeneralSettings = getGeneralSettings(); @endphp
logo

{{ trans('auth.forget_password') }}

{{ trans('update.we_will_send_a_link_to_reset_your_password') }}

{{ csrf_field() }}
@error('email')
{{ $message }}
@enderror
@if(!empty(getGeneralSecuritySettings('captcha_for_admin_forgot_pass'))) @include('admin.includes.captcha_input') @endif
or
{{ trans('auth.login') }}
@endsection