fixed 404 page

This commit is contained in:
Edward Yang 2022-08-12 14:57:05 +08:00
parent 06b8b9f12d
commit c4a82b6e9d
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@extends('layout.master')
@extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')

View File

@ -3,4 +3,3 @@
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))
/themes/default/errors/500