@extends('layouts.public') @section('title', 'About Us — ' . config('app.name')) @section('meta_description', 'Learn about ' . config('app.name') . ' — your trusted study abroad partner. Expert counselors, zero service charges, and thousands of successful students.') @push('styles') @endpush @section('content') {{-- Hero --}}
About Us

Your Trusted Study Abroad Partner

We are a team of passionate education consultants dedicated to making international education accessible to every student — with zero service charges.

@foreach([['5,000+','Students Helped'],['98%','Visa Success Rate'],['15+','Countries'],['500+','Universities']] as [$n,$l])
{{ $n }} {{ $l }}
@endforeach
{{-- Story --}}
Our Story

Turning Study Abroad Dreams Into Reality

Founded with a single mission — to help students from Bangladesh and South Asia access world-class education abroad — {{ config('app.name') }} has grown into one of the most trusted education consultancies in the region.

Our team of certified counselors have studied abroad themselves and understand firsthand the challenges students face. That empathy drives everything we do.

From choosing the right country and university, to visa applications, pre-departure briefings, and post-landing support — we are your partner at every step, with absolutely zero service charges.

@foreach([['5,000+','Students Helped'],['98%','Visa Success'],['15+','Destinations'],['500+','University Partners']] as [$n,$l])
{{ $n }} {{ $l }}
@endforeach
{{-- Why Choose Us --}}
Why Choose Us

What Makes Us Different

We go beyond just admission — we are your complete study abroad support system from day one to post-landing.

@php $whyItems = [ ['icon' => '', 'title' => 'Zero Service Charges', 'text' => 'We charge nothing for our consultation and application services. You only pay what universities and visa offices require.'], ['icon' => '', 'title' => 'Expert Counseling', 'text' => 'Our counselors have studied abroad themselves and understand every step of the process from intake to visa approval.'], ['icon' => '', 'title' => '15+ Destinations', 'text' => 'From Australia to Canada, UK to Malaysia — we have expert knowledge and partner universities across 15+ countries.'], ['icon' => '', 'title' => 'Complete Visa Support', 'text' => 'From documentation to visa interview preparation, our 98% visa success rate speaks for itself.'], ['icon' => '', 'title' => 'End-to-End Guidance', 'text' => 'Admission, accommodation, flight support, and post-landing assistance — we stay with you beyond visa approval.'], ['icon' => '', 'title' => 'Proven Track Record', 'text' => 'Over 5,000 students successfully placed in top universities worldwide since our founding.'], ]; @endphp @foreach($whyItems as $item)
{!! $item['icon'] !!}

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach
{{-- Team --}}
Our Team

Meet the Experts

Our certified counselors have helped thousands of students achieve their international education dreams.

@foreach([['Ahmed Karim','Head of Counseling','AK'],['Nasrin Akter','Visa Expert','NA'],['Rony Islam','University Relations','RI']] as [$name,$role,$init])
{{ $init }}

{{ $name }}

{{ $role }}
@endforeach
{{-- CTA --}}

Ready to Start Your Journey?

Book your free consultation with our experts today. No charges. No pressure.

@endsection