@include('components.frontend.head')
@foreach($aim->details as $key => $item)

{{ $item['heading'] }}

{{ $item['description'] }}

@endforeach

{{ $whychoose->main_heading }}

@foreach($whychoose->details as $index => $item)

{{ $item['title'] }}

@endforeach

{{ $testimonials->main_heading }}

@foreach($testimonials->testimonials as $item)

{{ $item['description'] }}

{{ $item['name'] }}

{{ $item['designation'] }}

@endforeach

{{ $joinmembership->heading }}

{{ $joinmembership->description }}

@include('components.frontend.footer') @include('components.frontend.main-js')