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

6 lines
86 B
PHP

@extends('errors.base')
@section('content')
<h2>无权限访问</h2>
@endsection