grocy/views/errors/403.blade.php
fipwmaqzufheoxq92ebc b242676488 Add error handling.
2020-08-26 17:25:35 +02:00

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