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

{{ 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('design_1.web.includes.captcha_input')
@endif
@endsection