@extends('themes.backend.layouts.app_auth') @section('page_title'){{ $dataArr['page_title'] }}@endsection @section('content') @include('themes.backend.partials.auth._top_section')
@include('themes.backend.partials.auth._logo_section')
{{ __('auth.admin.forgotpassword.heading_txt') }}

{{ __('auth.admin.forgotpassword.subheading_pfx_txt') }}{{ config('app.name') }}

{{ csrf_field() }}
@if ($errors->first('email'))
{{ $errors->first('email') }}
@endif
{{-- Alert message start --}} @if (session()->has('alert')) @endif {{-- Alert message end --}}

{{ __('auth.admin.forgotpassword.remember_password_pfx_txt') }} {{ __('common.click_here_txt') }}

@endsection