@section('title') {{$page_title}} @endsection
@csrf @error('email')
{{ $message }}
@enderror @if (session('status'))
{{ session('status') }}
@endif

{{ __('Forgot Password ?') }}

{{ __('Enter your email to reset your password.') }}
{{ __('Cancel') }}