@include('components.head')
@include('components.headerDark') @include('components.modal') @include('components.mobileHeader')

{{ $section_1->item_1 }}

{{ $section_1->title }}

{!! $section_1->description !!}

1.jpg

{{ $why_london_city_section->title }}

{{ $why_london_city_section->description }}

@foreach($why_london_city as $item)

{{ $item->title }}

{!! $item->description !!}

@endforeach

{{ $how_it_works_section->title }}

{{ $how_it_works_section->description }}

@if(!empty($how_it_works_item) && (is_array($how_it_works_item) || $how_it_works_item instanceof \Countable)) @foreach($how_it_works_item as $index => $item)
{{ $index + 1 }}
{{ $item->title }}
{!! $item->description !!}
@endforeach @endif

{{ $faq_section->title }}

{{ $faq_section->description }}

@if(!empty($faq) && (is_array($faq) || $faq instanceof \Countable)) @php $half = ceil(count($faq) / 2); $firstHalf = $faq->slice(0, $half); $secondHalf = $faq->slice($half); @endphp
@foreach($firstHalf as $i => $item)

{!! $item->description !!}

@endforeach
@foreach($secondHalf as $i => $item)

{!! $item->description !!}

@endforeach
@else

No FAQs available.

@endif
@foreach($section_3 as $plan)

{{ $plan->title }}

    {!! $plan->description !!}

{{ $plan->item_1 }}

@endforeach

{{ $book_section->title }}

{{ $book_section->description }}

Become A Member
@include('components.footer') @include('components.copyright')
@include('components.js')