@extends('frontend.layouts.master') @section('title', 'Contact Us | FBA UK LTD') @section('content') @include('frontend.partials.page-hero', [ 'currentPage' => 'Contact', 'title' => 'Contact Our Advisors', 'subtitle' => 'Have questions? Our friendly team is ready to help you take the next step towards your UK university journey.', ]) @include('frontend.partials.sections.contact') @endsection