Files
newznab-tmux/resources/views/errors/403.blade.php
T
2018-03-22 15:50:39 +01:00

11 lines
284 B
PHP

@extends('errors.layout')
@section('title')
HTTP/1.1 403 Unathorized
@endsection
@section('content')
{{ \App\Models\Settings::settingValue('site.main.title') }} <br><br><br>
<b>You are not logged in!</b> <br>Please <a href='{!! url('/login'); !!}'>login</a>
@endsection