@extends('errors::minimal') @section('title', __('Access Forbidden!')) @section('code', '403') @section('message', __($exception->getMessage() ?: 'Opps! Looks like this page is forbidden to access by anyone.'))