6 lines
203 B
PHP
6 lines
203 B
PHP
@include('errors.layout', [
|
|
'code' => 403,
|
|
'title' => 'Access Denied',
|
|
'message' => 'You don\'t have permission to access this resource. If you think this is a mistake, contact support.',
|
|
])
|