$breadcrumbs */ /** @var bool $showBackButton */ $megaCategories = []; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH) ?: '/'; $isCartPage = $currentPath === '/cart'; $brandLogoSvg = <<<'SVG' SVG; $faviconSvg = <<<'SVG' SVG; $faviconHref = 'data:image/svg+xml,' . rawurlencode($faviconSvg); try { $megaCategories = (new \App\Repositories\CategoryRepository())->tree(); } catch (\Throwable) { $megaCategories = []; } ?>