@extends('layouts.error') @section('title', 'Forbidden — '.config('app.name')) @section('code', '403') @section('heading', 'Access denied') @section('message', 'You do not have permission to view this page.')