@php $items = $section['data']['items'] ?? []; @endphp @if(count($items))
@foreach($items as $item)
{{ $item['value'] ?? '' }} {{ $item['label'] ?? '' }}
@endforeach
@endif