blessing-skin-server/resources/views/errors/403.tpl
2018-07-17 11:06:55 +08:00

12 lines
264 B
PHP

@extends('errors.general')
@section('title', '403 Forbidden')
@section('content')
<h1>403 Forbidden
@include('setup.wizard.language')
</h1>
<p>@lang('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-403')])</p>
@endsection