Files
newznab-tmux/resources/views/notFound.blade.php
T
2018-10-30 13:03:55 +01:00

8 lines
181 B
PHP

@extends ('errors.layout')
@section ('content')
<h3>Sorry {{ auth()->user()->username }} ! This page doesn't exist.</h3>
<br>
<h4>Browse back and try again.</h4>
@stop