mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
11 lines
261 B
PHP
11 lines
261 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
HTTP/1.1 403 Unathorized
|
|
@endsection
|
|
|
|
@section('content')
|
|
{{ \App\Models\config('app.name') }} <br><br><br>
|
|
<b>You are not logged in!</b> <br>Please <a href='{!! url('/login'); !!}'>login</a>
|
|
@endsection
|