@include('pages.sections.breadcrumbs', [ 'breadcrumbs' => $breadcrumbs ]) @include('pages.sections.title', [ 'sectionTitle' => $page['pageTitle'] ]) @if($section === 'school') @include('pages.sections.html.school-return-page') @else @include('pages.sections.html.return-page') @endif @include('pages.sections.any-questions')