'Home', 'href' => '/'], ['label' => 'Territories', 'href' => '/territories'], ['label' => 'Households', 'href' => '/households'], ['label' => 'Householder Names', 'href' => '/householder-names'], ['label' => 'Export', 'href' => '/export'], ]; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); $currentPath = is_string($currentPath) && $currentPath !== '' ? $currentPath : '/'; $currentUser = Sentinel::check(); ?> <?= e($pageTitle ?? 'MindVisionCode PHP') ?>