hujiao-gui/resources/views/errors/404.blade.php

6 lines
86 B
PHP

@extends('errors.base')
@section('content')
<h2>页面不存在</h2>
@endsection