@props([ 'eyebrow' => null, 'title', 'subtitle' => null, 'image' => null, 'breadcrumbs' => [], 'meta' => [], // ['Label' => 'Value', ...] technical metadata strip ]) {{-- Standard inner-page banner. Every non-home page opens with this so the site reads as one system: eyebrow, statement, supporting line, optional technical metadata, over either photography or the blueprint texture. --}}
@if ($image)
@else
@endif
@if (filled($breadcrumbs)) @endif @if ($eyebrow)

{{ $eyebrow }}

@endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif @if (filled($meta))
@foreach ($meta as $label => $value) @if (filled($value))
{{ $label }}
{{ $value }}
@endif @endforeach
@endif {{ $slot }}