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:
parent
7cd5dd9929
commit
2a5f92eaf2
8
resources/views/errors/403.blade.php
Normal file
8
resources/views/errors/403.blade.php
Normal 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
|
Loading…
Reference in New Issue
Block a user