blessing-skin-server/resources/views/errors/403.tpl

12 lines
270 B
PHP
Raw Normal View History

2016-08-09 21:55:49 +08:00
@extends('errors.general')
@section('title', '403 Forbidden')
@section('content')
2017-01-08 15:20:50 +08:00
<h1>403 Forbidden
@include('setup.wizard.language')
</h1>
2016-08-09 21:55:49 +08:00
2017-01-14 18:51:07 +08:00
<p>{{ trans('errors.exception.detail', ['msg' => $exception->getMessage() ?: trans('errors.http.msg-403')]) }}</p>
2016-08-09 21:55:49 +08:00
@endsection