@extends('layouts.public') @section('title', 'Contact Us - ' . config('app.name')) @section('meta_description', 'Book a free consultation with GPS Migration experts.') @push('styles') @endpush @section('content')
Free Consultation

Contact Our Expert Team For Your Study Abroad Plan

Fill in your details and our counselors will guide you with country selection, intake planning, and next admission steps.

Book Your Free Session

Fast Response
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
Please correct the highlighted fields and submit again.
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('country_id')

{{ $message }}

@enderror
@error('second_country_id')

{{ $message }}

@enderror
@error('study_level')

{{ $message }}

@enderror
@error('consultation_mode')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

Frequently Asked Questions

Quick answers before you book your consultation.

@forelse(($faqs ?? collect()) as $faq)
{{ $faq->question }}

{{ $faq->answer }}

@empty
How soon will your team contact me?

Usually within 24 hours after submitting the consultation form.

Can I choose more than one country?

Yes, you can share first and second preferred destination in the form.

@endforelse

Ready to apply now?

Share your profile with us and our counselors will guide your country selection, documentation, and admission timeline step by step.

Consultation support
@endsection