mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 21:26:16 +02:00
12 lines
270 B
PHP
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
|