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

{{ $parent['title'] }}

{{ $parent['sub title'] }}

{{ $parent['description'] }}

@foreach ($child as $key => $value)
@endforeach
@foreach ($child as $key => $value)

{{ $value['description'] }}

@if (strlen($value['description']) >= 440) @endif
mission
@endforeach
company-history
@endif