@extends('client.raffles.layouts.app') @section('content')
prepare ielts

{{ $page->title }}

@if ($page->children->count() > 0)
    @foreach ($page->children as $child)
  • {{ $child->title }}
  • @endforeach
@foreach ($page->children as $child)

{{ $child->title }}

{{ $child->short_description }}

{{ $child->title }}

@foreach ($page->custom as $index => $item) @php $isFirst = $loop->first; $headingId = 'heading-question-' . ($index + 1); $collapseId = 'collapse-question-item-' . ($index + 1); @endphp

{{ $item['value'] }}

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

{{ $item['icon'] }}

{{ $item['key'] }}

@endforeach
@endforeach
@endif
@endsection