10 lines
157 B
Smarty
10 lines
157 B
Smarty
@extends('errors.general')
|
|
|
|
@section('title', '403 Forbidden')
|
|
|
|
@section('content')
|
|
<h1>403 Forbidden</h1>
|
|
|
|
<p>详细信息:{{ $message }}</p>
|
|
@endsection
|