'Home', 'href' => '/'], ['label' => 'Employees', 'href' => '/employees'], ['label' => 'Example JSON', 'href' => '/users/123'], ]; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); $currentPath = is_string($currentPath) && $currentPath !== '' ? $currentPath : '/'; ?>