@extends('client.raffles.layouts.app') @section('content')
study uk

Study in {{ $page->title }}

@if ($page->children)
    @foreach ($page->children as $index => $child)
  • {{ $index + 1 }}

    {{-- --}}
    {{ $child->title }}
  • @endforeach
  • Free Resources
@foreach ($page->children as $index => $child)

{{ $child->short_description }}

{!! $child->description !!}

{{--
--}}
@php $accordionId = "accordion-questions-{$index}"; @endphp

Frequently Asked Questions

@foreach ($child->custom as $key => $item) @php $headingId = "heading-{$index}-{$key}"; $collapseId = "collapse-{$index}-{$key}"; @endphp

{{ $item['key'] ?? '' }}

@endforeach
{{--
Office Blog
@foreach ($child->custom as $index => $item)
blog

{{ $item['key'] ?? '' }}

{{ $item['value'] ?? '' }}

@endforeach
--}}
{!! $child->faqs ?? '' !!}
@endforeach
@endif @include('client.raffles.pages.call-request')
@endsection