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

{{ $parent['title'] }}

{{ $parent['header'] }}

{{ $parent['description1'] }}

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

{{ $value['text'] }}

@endforeach @endif

{{ $parent['description2'] }}

choose-us