@php($data = $section['data'] ?? [])
{{ $data['eyebrow'] ?? '' }}

{{ $data['title_lead'] ?? '' }} {{ $data['title_emphasis'] ?? '' }}

@foreach ($data['items'] ?? [] as $index => $item)
{!! app(\App\Content\AboutIconMap::class)->svg((string) ($item['icon_key'] ?? '')) !!}
{{ str_pad((string) ($index + 1), 2, '0', STR_PAD_LEFT) }}

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

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

@endforeach
@can('update', $page)@endcan