@extends('errors::minimal') @section('title', __('Forbidden')) @section('message', __($exception->getMessage() ?: 'Forbidden')) @section('text','You do not have permission to view this page using the credentials that you have provided while login. Please contact your site administrator.') @section('image') page-misc-not-authorized @endsection