@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('layouts/blankLayout') @section('title', __('Unauthorized')) @section('page-style') @vite(['resources/assets/vendor/scss/pages/page-misc.scss']) @endsection @section('content')

403

{{ __('You are not authorized to access this page') }} ⚠️

{{ __('You do not have the required permissions to view this page') }}

{{ __('Back to home') }}
page-misc-error-light
@endsection