{{--
ContentLayout — minimal hero for tags directory, blog, static pages, legal.
Used by /tags, /blog/*, /pages/*, /about, /help, /legal/*
Expected variables:
$page_title, $page_meta_description, $page_canonical, $page_robots
$breadcrumbs (collection, optional)
Content via @yield('page-content')
--}}
@extends('layouts.nova')
@push('head')
@isset($page_canonical)
@endisset
{{-- Breadcrumb structured data --}}
@if(isset($breadcrumbs) && $breadcrumbs->isNotEmpty())
@endif
@endpush
@section('content')
{{-- Minimal hero --}}
@if(!empty($center_content))
{{ $hero_description }}
{{ $hero_title ?? $page_title ?? 'Skinbase' }}
@isset($hero_description)
{{ $hero_description }}
@endisset