@extends('layouts.auth') @section('title') {{__(' Forgot Password')}} @endsection @section('content') @php $settingValue = getSuperAdminSettingValue(); @endphp
Logo
@include('layouts.errors') @if(Session::has('status'))
{{ __('messages.user.we_have_emailed') }}
@endif

{{ __('messages.user.forgot_password')}}

{{ __('messages.user.enter_your_email_to_reset')}}
{{ __('messages.user.no_problem') }}
@csrf
{{__('messages.common.cancel')}}
@endsection