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

{{ $parent['title'] }}

{{ $parent['subtitle'] }}

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