{{-- Style --}} @include('frontend.partials.styles')
@if (session('status')) @endif
@csrf

{{ __('reset_password') }}

{{ __('go_back_to') }} {{ __('log_in') }} {{ __('dont_have_account') }} {{ __('create_account') }}
@error('email') {{ $message }} @enderror
@include('frontend.partials.scripts') @if ($setting->pwa_enable) @endif