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

{{ $section->eyebrow }}

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

{{ $section->body }}

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

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

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