mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
8 lines
181 B
PHP
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
|