@props(['data']) @php $parent = reset($data); $child = array_values(array_slice($data, 1)); @endphp

{{ $parent['section_title'] }}

{{ $parent['description'] }}

@if (!empty($child[0]))
@foreach ($child as $value) @endforeach
@endif