@if ($inDashboard)
{{ __('Image Describing Access Denied') }}

{{__('Access Denied')}}

{{__("We're sorry, but you do not have sufficient permission to access this web page.")}}

{{__('Please contact your administrator if you believe this was in error.')}}

@else @extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Access Denied')) @section('content_header')

{{ __('Access Denied - HTTP 403') }}

@stop @section('content')
{{ __('Image Describing Access Denied') }}

{{ __('Access Denied') }}

@if (isset($slot)) {{ $slot }} @endif

{{ __("We're sorry, but you do not have permission to access this web page.") }}

{{ __('Please contact your administrator if you believe this was in error.') }}

@stop @endif