@if ($page->children->count() > 0) @php $firstCourse = $page->children[2]; @endphp

Courses

@foreach ($firstCourse->custom as $index => $data) @endforeach
@endif