@include('errors._error-shell', [ 'code' => '403', 'eyebrow' => 'Access Denied', 'title' => 'You do not have permission to access this page.', 'message' => 'This area is restricted for your current access level. Please go back, explore another section, or contact our team if you need help.', 'primaryUrl' => url('/'), 'primaryLabel' => 'Go Home', 'secondaryUrl' => route('contact'), 'secondaryLabel' => 'Contact Us', ])