blessing-skin-server/resources/views/errors/403.tpl
2016-09-18 19:45:01 +08:00

10 lines
209 B
PHP

@extends('errors.general')
@section('title', '403 Forbidden')
@section('content')
<h1>403 Forbidden</h1>
<p>{{ trans('errors.details').$exception->getMessage() ?: trans('error.error403') }}</p>
@endsection