blessing-skin-server/resources/views/errors/404.tpl
2016-08-28 18:34:41 +08:00

10 lines
183 B
PHP

@extends('errors.general')
@section('title', '404 Not Found')
@section('content')
<h1>404 Not Found</h1>
<p>详细信息:{{ $message or "Nothing lives here.." }}</p>
@endsection