@extends('errors.layout') @section('title', '403 — Forbidden') @section('content')
{{ __($exception->getMessage() ?: "You don't have permission to access this resource. If you think this is a mistake, please contact support.") }}