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

{{ $value->title }}

{{ $value->short_des }}

Learn More
@endforeach @endif