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

{{ $section->eyebrow }}

{{ $section->heading }}

{{ $section->body }}

@foreach ($products as $product) @endforeach

{{ $settings['note_title'] ?? '' }} {{ $settings['note_body'] ?? '' }}

{{ $section->primary_cta_label }}