mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
10 lines
184 B
PHP
10 lines
184 B
PHP
@extends('errors.general')
|
|
|
|
@section('title', '404 Not Found')
|
|
|
|
@section('content')
|
|
<h1>404 Not Found</h1>
|
|
|
|
<p>详细信息:{{ $message or "这里啥都没有哦" }}</p>
|
|
@endsection
|