mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
10 lines
157 B
PHP
10 lines
157 B
PHP
@extends('errors.general')
|
|
|
|
@section('title', '403 Forbidden')
|
|
|
|
@section('content')
|
|
<h1>403 Forbidden</h1>
|
|
|
|
<p>详细信息:{{ $message }}</p>
|
|
@endsection
|