'Home', 'href' => '/'], ['label' => 'Example JSON', 'href' => '/users/123'], ]; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); $currentPath = is_string($currentPath) && $currentPath !== '' ? $currentPath : '/'; $currentUser = Sentinel::check(); ?> <?= e($pageTitle ?? 'MindVisionCode PHP') ?>