@extends('design_1.web.auth.theme_1.layout') @section('page_content')
{{ csrf_field() }}
{{ trans('auth.reset_your_password') }} 🤔

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

{{ trans('update.reset_your_password_alert_hint') }}
@include('design_1.web.auth.theme_1.includes.email_field', ['defaultEmailValue' => request()->get('email')])
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@if(!empty(getGeneralSecuritySettings('captcha_for_forgot_pass')))
@include('design_1.web.includes.captcha_input')
@endif
{{ trans('update.other_options') }}
@endsection