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

{{$parent['title'] }}

{{ $parent['short description'] }}

{{ $parent['descripton'] }}

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

    @foreach($child as $value)
  • {{$value['title']}}
  • @endforeach

Book An Appointment or Enquire Now

{{ $parent['founder name'] }}

{{ $parent['designation'] }}
{{-- --}}
@endif