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

{{$parent['title']}}

{{$parent['header']}}

{{$parent['description']}}

@if (!empty($child)) @foreach ($child as $value )
team
{{$value['name']}}

{{$value['position']}}

@endforeach @endif
@section('js') @endsection