grocy/views/errors/403.blade.php
2020-08-27 08:36:51 +02:00

12 lines
270 B
PHP

@extends('errors.base')
@section('title', $__t('You are not allowed to view this page!'))
@section('content')
<div class="row">
<div class="col-xs-12 col-md-6 text-center">
<h2 class="title">@yield('title')</h2>
</div>
</div>
@stop