blessing-skin-server/resources/views/errors/403.tpl
2017-01-08 15:20:50 +08:00

12 lines
271 B
PHP

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