@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; $configData = Helper::appClasses(); @endphp @extends('admin.layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', 'Account Locked') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('admin._partials.auth-section')
@include('admin._partials.auth-svg-top')
{{ __('Account Locked') }}

Enter your password

{{ Auth::user()->full_name }}
@csrf @if ($errors->any())
{!! implode('
', $errors->all(':message')) !!}
@endif
@endsection