@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('admin.layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', 'Password Expired') @section('content')

@lang('Password Expired')

@lang('Your password has expired, please change it.')

@if (session('status'))

{{ session('status') }}

@endif
@csrf @if ($errors->any())
{!! implode('
', $errors->all(':message')) !!}
@endif
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection