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