@props(['data']) @php $parent = reset($data); $child = array_values(array_slice($data, 0)); @endphp
@if (!empty($child)) @foreach ($child as $value ) gallery @endforeach @endif