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

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

{{ trans('update.recover_your_password_alert_hint') }}
@include('design_1.web.auth.theme_1.includes.login_methods') @if(!empty(getGeneralSecuritySettings('captcha_for_forgot_pass')))
@include('design_1.web.includes.captcha_input')
@endif
{{ trans('update.other_options') }}
@endsection @push('scripts_bottom') @endpush