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

{{$parent['title']}}

{{$parent['heading']}}

{{$parent['description']}}

@foreach($child as $value)
@endforeach
single-05
@endif
@foreach($service as $value) @if(count($value->images ) != 0)

{{$value->title}}

@foreach($value->images as $item)
@endforeach
@endif @endforeach