{{-- BOOKINGS --}}
@forelse($recentBookings as $b)
{{ ucfirst($b->status) }}
@empty
@endforelse
{{-- RECOMMENDED CAREERS --}}
@empty
{{-- RIGHT SIDEBAR --}}
My Bookings
View all โ
{{ $b->counselor->user->name ?? 'Counselor' }}
{{ optional($b->booking_date)->format('d M Y') }} ยท {{ $b->booking_time }}
ยท {{ ucfirst($b->meeting_type ?? 'online') }}
{{ $latestQuizResult ? 'Your Quiz Recommendations' : 'Suggested Careers' }}
@forelse($recommendedCareers as $c)
{{ $c->icon ?? '๐ผ' }}
{{ $c->name }}
{{ $c->category }} ยท PKR {{ $c->min_salary_pkr ?? '50k' }}โ{{ $c->max_salary_pkr ?? '150k' }}/mo
Take the quiz to get personalized recommendations!
@endforelse @if(!$latestQuizResult) Take Quiz for Better Matches @endif
{{-- QUIZ RESULT --}}
@if($latestQuizResult)
@else
@endif
{{-- SAVED CAREERS --}}
@empty
{{-- QUICK LINKS --}}
Saved Careers
@forelse($savedCareers as $sc)
{{ $sc->icon ?? '๐ผ' }}
{{ $sc->name }}
{{ $sc->category }}
No saved careers yet.
Explore and save ones you like!