@extends('layouts.auth') @section('title') {{ __('auth.forgot_password.favicon_title') }} @endsection @section('content')
Logo
@include('layouts.errors') @if (Session::has('status'))
{{ __('auth.forgot_password.email_success_msg') }}
@endif

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

{{ __('auth.forgot_password.email_reset_msg') }}
{{ __('auth.forgot_password.forgot_pwd_msg') }}
@csrf
{{ __('messages.common.cancel') }}
@endsection