@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

Why Study in {{ $page->title }}

@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 @section('content')
study uk

Study in {{ $page->title }}

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

{{ $child->short_description }}

{!! $child->description !!}

Why Study in {{ $page->title }}

@foreach ($page->children as $index => $value) @foreach ($value->custom as $key => $item)

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

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

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

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

@endforeach
@endforeach
@endif @include('client.raffles.pages.call-request')
@endsection @extends('client.raffles.layouts.app') @section('content')
study uk

Study in {{ $page->title }}

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

{{ $child->short_description }}

{!! $child->description !!}

Why Study in {{ $page->title }}

@foreach ($page->children as $index => $value) @foreach ($value->custom as $key => $item)

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

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

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

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

@endforeach
@endforeach
@endif @include('client.raffles.pages.call-request')
@endsection