@extends('theme.layout') @section('title',"Consultant Profile") @push('styles') @endpush @section('content')

Meet Our Expert Consultants

Global expertise at your fingertips

@csrf
@if($intro != null)

{{$intro->title}}

Consultant
Featured

Key Information

{!! $intro->info !!}

Detailed Description

{!! $intro->description !!}
@endif
@if($req != null)
Consultant
Featured

Requirements

{!! $req->requirement !!}
@endif
@if($desh!=null) @foreach($desh as $d)
UK

{{$d->country->country}}

@endforeach @endif
Client
Nadia Karim
Visa Documentation
5.0

"Professional visa file preparation, mock interviews, and rejection recovery. They made my dream of studying abroad come true!"

Student Visa - UK March 2024
Client
John Smith
Career Counseling
5.0

"Exceptional guidance for my MBA application. The team helped me get into my dream business school with a scholarship!"

MBA - Canada January 2024
Client
Emma Watson
University Placement
5.0

"They helped me choose the right universities and perfect my application essays. Now I'm studying at my top choice!"

Undergrad - Australia February 2024
@endsection