blessing-skin-server/resources/views/errors/404.tpl
2016-09-04 15:16:42 +08:00

10 lines
200 B
PHP

@extends('errors.general')
@section('title', '404 Not Found')
@section('content')
<h1>404 Not Found</h1>
<p>详细信息:{{ $exception->getMessage() ?: "这里啥都没有哦" }}</p>
@endsection