1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Custom 403 page

This commit is contained in:
FreeScout 2020-11-24 04:29:34 -08:00
parent 7cd5dd9929
commit 2a5f92eaf2

View File

@ -0,0 +1,8 @@
@extends('errors::layout')
@section('title', 'Access denied')
@section('message')
{{ __('Access denied') }}
<br/><br/><small>{{ __('Go to') }} <a href="{{ url('/') }}">{{ __('Homepage') }}</a></small>
@endsection