blessing-skin-server/resources/views/errors/404.tpl
2016-09-28 13:23:07 +08:00

11 lines
237 B
PHP

@extends('errors.general')
@section('title', '404 Not Found')
@section('content')
<h1>404 Not Found</h1>
<p>{{ trans('errors.exception.message', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-404')]) }}</p>
@endsection