@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Confirm Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{config('variables.templateName')}}
auth-illustration mask

Confirm Password? 🔒

Please confirm your password before continuing.

@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection