@extends('layouts.app') @section('title', 'CareerPath Pakistan — Find Your Perfect Career') @push('styles') @endpush @section('content')
Pakistan's #1 Career Guidance Platform

Discover Your
Perfect Career
Path Today

Take our AI-powered career quiz, explore 50+ career fields, and connect with expert counselors to build your future with confidence.

{{ $stats['careers'] }}+
Career Fields
{{ $stats['counselors'] }}+
Expert Counselors
{{ $stats['students'] }}
Students Guided
{{ $stats['sessions'] }}
Sessions Done
💻 Software Engineer
🏥 Medical Doctor
📈 Business Analyst
⚖️ Lawyer

Explore By Field

Browse Career Categories

@php $catIcons = ['Engineering'=>'⚙️','Medical'=>'🏥','Information Technology'=>'💻','Business'=>'📈','Law'=>'⚖️','Arts & Design'=>'🎨','Education'=>'📚','Media'=>'📡']; $catCounts = [6,5,8,7,4,6,5,4]; $i = 0; @endphp @foreach($categories as $cat) {{ $catIcons[$cat] ?? '🎯' }}
{{ $cat }}
{{ $catCounts[$i++] ?? 5 }}+ careers
@endforeach
@if($featuredCareers->count())

Top Picks

Featured Careers

View All
@endif

🤔 Not sure which career suits you?

Take our 10-minute career personality quiz and get personalized career recommendations based on your interests, skills, and goals.

Start Free Quiz
@if($topCounselors->count())

Expert Guidance

Top Counselors

All Counselors
@foreach($topCounselors as $counselor)
{{ substr($counselor->user->name ?? 'C', 0, 1) }}
{{ $counselor->user->name ?? 'Counselor' }}
{{ Str::limit($counselor->specialization, 35) }}
@for($s=0;$s<5;$s++) {{ $s < round($counselor->rating ?? 4) ? '★' : '☆' }} @endfor ({{ $counselor->rating ?? '4.5' }})
PKR {{ number_format($counselor->session_fee ?? 2000) }}/session
Book Session
@endforeach
@endif @if($latestPosts->count())

Latest Insights

Career Tips & Articles

All Articles
@endif
🚀

Ready to Shape Your Future?

Join 10,000+ students who have found their career direction with CareerPath Pakistan. It's free to get started.

Create Free Account Try Career Quiz
@endsection @push('scripts') @endpush