// 500 error page — styled with marketing layout and design tokens $app_name = $app_name ?? 'B-connex'; $appVersion = $appVersion ?? ''; $session = $session ?? $GLOBALS['__bcx_app']->container->get('session'); $_content = '
' . '

500

' . '

Something went wrong

' . '

Something tripped on our end. Our team has been notified.

' . (isset($ref) && $ref ? '

Reference: ' . htmlspecialchars($ref, ENT_QUOTES, 'UTF-8') . ' — quote this when contacting support.

' : '') . 'Back to Dashboard' . '
'; include __DIR__ . '/../layouts/marketing.php';