@props(['section'])

{{ $section->eyebrow }}

{{ $section->heading }}

{{ $section->body }}

@foreach (($section->items ?? []) as $item)

{{ $item['label'] ?? '' }}

@if (filled($item['url'] ?? null)) {{ $item['title'] ?? '' }} @else

{{ $item['title'] ?? '' }}

@endif @if (filled($item['description'] ?? null))

{{ $item['description'] }}

@endif
@endforeach