@php Theme::asset()->container('footer')->usePath()->add('feather-icons', 'plugins/feather-icons/feather.min.js'); Theme::asset()->container('footer')->usePath()->add('particles.js', 'plugins/particles.js/particles.js'); $logo = theme_option('logo_authentication_page') ? theme_option('logo_authentication_page') : theme_option('favicon'); @endphp
@include(Theme::getThemeNamespace('views.real-estate.account.auth.partials.background')) @if (theme_option('authentication_enable_snowfall_effect'))
@endif
{{ theme_option('site_title') }}
{{ __('Forgot password') }}

{{ __('Please enter your email address. You will receive a link to create a new password via email.') }}

@csrf
$errors->has('email')]) placeholder="{{ __('name@example.com') }}"> @error('email') {{ $message }} @enderror