mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
11 lines
289 B
PHP
11 lines
289 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
HTTP/1.1 401 Unathorized
|
|
@endsection
|
|
|
|
@section('content')
|
|
{{ \App\Models\Settings::settingValue('site.main.title') }} <br><br><br>
|
|
<b>Acess denied! You're permissions and/or role do not allow you to access this page</b>
|
|
@endsection
|