mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
13 lines
320 B
PHP
13 lines
320 B
PHP
@extends('errors.base')
|
|
|
|
@section('title', $__t('You are not allowed to view this page!'))
|
|
|
|
@section('content')
|
|
<meta http-equiv="refresh" content="5;url=/">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-md-6 text-center">
|
|
<h2 class="title">@yield('title')</h2>
|
|
</div>
|
|
</div>
|
|
@stop
|