@extends('errors._shell') @section('title', 'Access denied') @section('status_code', '403') @section('brand_headline', 'You don\'t have access to that.') @section('brand_body', 'Your account doesn\'t have permission for the requested resource. If you think this is a mistake, contact your administrator.') @section('heading', 'Access denied') @section('subheading', 'You don\'t have permission to view this page.') @section('body')
This page is restricted. If you believe you should have access, contact your administrator.
@endsection @section('actions') Back to home @auth @endauth @endsection