{{--
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')
--}}
@php($useUnifiedSeo = true)
@extends('layouts.nova')
@section('content')
{{-- Minimal hero --}}
@if(!empty($center_content))
{{ $hero_description }}
{{ $hero_title ?? $page_title ?? 'Skinbase' }}
@isset($hero_description)
{{ $hero_description }}
@endisset