@extends('errors.layout') @section('title', '403 — Forbidden') @section('content')
403

{{ __('Access forbidden') }}

{{ __($exception->getMessage() ?: "You don't have permission to access this resource. If you think this is a mistake, please contact support.") }}

{{ __('Back to home') }} {{ __('Go back') }}
@endsection