fixed 404 page
This commit is contained in:
parent
06b8b9f12d
commit
c4a82b6e9d
|
|
@ -1,4 +1,4 @@
|
|||
@extends('layout.master')
|
||||
@extends('errors::minimal')
|
||||
|
||||
@section('title', __('Not Found'))
|
||||
@section('code', '404')
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@
|
|||
@section('title', __('Server Error'))
|
||||
@section('code', '500')
|
||||
@section('message', __('Server Error'))
|
||||
/themes/default/errors/500
|
||||
|
|
|
|||
Loading…
Reference in New Issue