@extends('frontend.layouts.master') @section('title', 'Intakes | FBA UK LTD') @section('content') @include('frontend.partials.page-hero', [ 'currentPage' => 'Intakes', 'title' => 'University Intakes', 'subtitle' => 'Stay ahead of deadlines and plan your application with our upcoming university intakes.', ]) @include('frontend.partials.sections.intakes') @endsection