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

{{ $page->title }}

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

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

{{ $child->title }}

{!! $child->description !!}

{{ $page->title }} FAQ's

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

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

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

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

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

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