@extends('auth.layouts.app') @section('title', __('auth.forgot_password.main_title')) @section('content')
{{ __('auth.forgot_password.main_title') }}

{{ __('auth.forgot_password.title') }}

@if (session('status')) @endif
@csrf
@php($lbl_email = __('system.fields.email'))
@error('email')
{{ $message }}
@enderror
{{--

{{ __('auth.forgot_password.no_account') }} {{ __('auth.login.register_membership') }}

--}}

{{ __('auth.sign_in') }}

@endsection