@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', 'Not Authorized') @section('page-style') @endsection @section('error')

You are not authorized! 🔐

You have not permission

@if($configData['theme'] === 'dark') Not authorized page @else Not authorized page @endif
@endsection