Initial commit
This commit is contained in:
13
resources/views/errors/unauthorized-component.blade.php
Normal file
13
resources/views/errors/unauthorized-component.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="flex items-center justify-center p-8">
|
||||
<div class="text-center">
|
||||
<div class="text-red-500 text-6xl mb-4">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
</div>
|
||||
<h2 class="text-2xl font-bold text-gray-800 dark:text-gray-200 mb-2">
|
||||
{{ __('Unauthorized Access') }}
|
||||
</h2>
|
||||
<p class="text-gray-600 dark:text-gray-400">
|
||||
{{ __('You do not have permission to access this content.') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user