@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.login.heading_txt') }}

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

{{ csrf_field() }}
@if ($errors->first('username'))
{{ $errors->first('username') }}
@endif
{{ __('auth.admin.login.forgot_password_txt') }}
@if ($errors->first('password'))
{{ $errors->first('password') }}
@endif
{{-- Alert message start --}} @if (session()->has('alert')) @endif {{-- Alert message end --}}
@endsection