mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-28 19:09:03 +03:00
8 lines
186 B
PHP
8 lines
186 B
PHP
|
|
@props([
|
||
|
|
'code' => '401',
|
||
|
|
'title' => 'Unauthorized',
|
||
|
|
'subtitle' => 'You are not authorized to access this resource.',
|
||
|
|
'icon' => 'tabler-exclamation-circle'
|
||
|
|
])
|
||
|
|
|
||
|
|
@extends('errors::layout')
|