{{-- Page Header compartido para demo-creative-agency-2 Estilo: dark (bg-quaternary) + SVG animated gradient + centered layout Derivado del Porto HTML (about-us, contact-us, services) Variables esperadas: - $pageTitle (string) - $pageLabel (string, opcional) — badge sobre el breadcrumb - $pageBreadcrumb (array, opcional) - $pageSubtitle (string, opcional) --}} @php $pageTitle = $pageTitle ?? 'Página'; $pageLabel = $pageLabel ?? null; $pageBreadcrumb = $pageBreadcrumb ?? $breadcrumbItems ?? [ ['label' => __('HOME'), 'url' => front_homepage_url()], ['label' => $pageTitle, 'url' => null], ]; $pageSubtitle = $pageSubtitle ?? null; @endphp