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