@extends('errors._layout') @section('title', '403 — Access denied') @section('code', '403') @section('codeLabel', 'Error code 403') @section('headline', "You don't have access") @section('body')
Your account doesn't have permission to view this page. If you think this is a mistake, your team owner can grant access.
@endsection @section('actions') @auth Go to dashboard Switch account @else Sign in Visit homepage @endauth @endsection @section('signature') Stuck? Email {{ config('support.email') }} with the URL you were trying to reach. @endsection