@extends('layouts.app') @section('title', 'Your Career Results — CareerPath Pakistan') @push('styles') @endpush @section('content')
Analysis Complete!

Your Career Matches 🎉

{{ $result->analysis ?? 'Based on your answers, we\'ve identified the best career paths that match your personality and interests.' }}

🧠 Your Aptitude Profile

@php $colors = ['#6C3FE8','#00D4A1','#FF6B35','#FBBF24','#0EA5E9']; $ci = 0; @endphp @foreach($sortedScores as $category => $score) @php $maxScore = $sortedScores->first() ?: 1; $pct = $maxScore > 0 ? round(($score/$maxScore)*100) : 0; @endphp
{{ $category }} {{ $pct }}%
@endforeach

Top Matches

Recommended Careers For You

@foreach($careers as $i => $career) @if($i === 0)
⭐ Best Match
@endif
{{ $career->icon ?? '💼' }}
{{ $career->name }}
{{ $career->category }}

{{ Str::limit($career->description, 100) }}

💰 {{ $career->min_salary_pkr ?? '50k' }}–{{ $career->max_salary_pkr ?? '150k' }}/mo
View Career Path
@endforeach

What's Next? 🚀

Explore detailed roadmaps, connect with counselors, or retake the quiz for different results.

Explore All Careers Book Counselor Retake Quiz
@push('scripts') @endpush @endsection