'Home', 'href' => '/'], ['label' => 'Campaigns', 'href' => '/campaigns'], ['label' => 'Campaign Types', 'href' => '/campaign-types'], ['label' => 'Jobs', 'href' => '/jobs'], ['label' => 'Job Types', 'href' => '/job-types'], ]; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); $currentPath = is_string($currentPath) && $currentPath !== '' ? $currentPath : '/'; $jsVersion = filemtime(__DIR__ . '/../../../public/js/app.js') ?: time(); ?> <?= e($pageTitle ?? 'Campaign Tracker') ?>