blessing-skin-server/resources/views/errors/404.tpl
2017-01-14 19:28:27 +08:00

12 lines
270 B
PHP

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