2016-07-21 22:01:57 +08:00
|
|
|
@extends('errors.general')
|
|
|
|
|
|
|
|
@section('title', '404 Not Found')
|
|
|
|
|
|
|
|
@section('content')
|
2017-01-08 15:20:50 +08:00
|
|
|
<h1>404 Not Found
|
|
|
|
@include('setup.wizard.language')
|
|
|
|
</h1>
|
2016-07-21 22:01:57 +08:00
|
|
|
|
2018-07-17 11:06:55 +08:00
|
|
|
<p>@lang('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-404')])</p>
|
2016-07-21 22:01:57 +08:00
|
|
|
@endsection
|