@props(['section']) @php $settings = $section->settings ?? []; @endphp

{{ $section->eyebrow }}

{{ $section->heading }} {{ $section->subheading }}

{{ $section->body }}

@foreach (($section->items ?? []) as $item)
{{ $item['label'] ?? '' }}
{{ $item['title'] ?? '' }}
@endforeach
{{ $section->image_alt }}

{{ $settings['image_eyebrow'] ?? '' }}

{{ $settings['image_caption'] ?? '' }}

{{ $section->secondary_image_alt ?: ($settings['secondary_image_alt'] ?? '') }}

{{ $settings['badge_label'] ?? '' }}

{{ $settings['badge_text'] ?? '' }}