{{-- Page Header compartido para demo-accounting-2 Estilo: badge pill + large title + CTA phone/button Variables esperadas: - $pageTitle (string) - $pageLabel (string, opcional) — Badge text (ej: "SERVICIOS", "BLOG") - $pageBreadcrumb (array, opcional) - $pageSubtitle (string, opcional) — Se usa como heading grande --}} @php $pageTitle = $pageTitle ?? 'Página'; $pageLabel = $pageLabel ?? null; $pageBreadcrumb = $pageBreadcrumb ?? $breadcrumbItems ?? [ ['label' => 'Inicio', 'url' => front_homepage_url()], ['label' => $pageTitle, 'url' => null], ]; $pageSubtitle = $pageSubtitle ?? null; $pageCompact = $pageCompact ?? config('site.page_header.compact', false); @endphp
{{ $pageSubtitle }}
@endif