{{-- resources/views/ats/candidate-results.blade.php --}} @extends('layouts.app') @section('title', 'Analysis Results - ATS Score Checker') @php use Carbon\Carbon; $formatted = Carbon::parse($analysis->analyzed_at)->format('F d, Y \a\t H:i'); @endphp @section('content')
{{ $analysis->email }}
{{ $analysis->phone }}
Uploaded on {{ $formatted }}
{{ $analysis->analysis_data['professional_summary'] ?? 'Analysis completed successfully' }}
{{$analysis->education_details['degree'] ?? 'Not specified' }}
{{ $analysis->education_details['institution'] ?? 'Not specified' }}
{{ $analysis->education_details['year'] ?? 'Not specified' }}
No specific strengths identified.
@endifNo specific weaknesses identified.
@endifNo specific strengths identified.
@endifNo specific strengths identified.
@endifNo specific strengths identified.
@endifNo specific notable achievement identified.
@endifNo specific red flags identified.
@endifNo specific interview focus area identified.
@endifNo specific CV improvement suggestion identified.
@endif{{ $gap['suggestion'] ?? 'No suggestion available' }}
{{ $course['provider'] ?? 'Provider' }}
{{ $course['reason'] ?? 'Recommended for skill development' }}
| Start | End | Duration (months) | Description |
|---|---|---|---|
| {{ $gap['gap_start'] }} | {{ $gap['gap_end'] }} | {{ $gap['duration_months'] }} | {{ $gap['description'] }} |
{{ $suggestion['suggestion'] ?? 'No suggestion available' }}
{{ $suggestion['impact'] ?? 'Will improve your resume' }}