@if ($report->is_current)
Current
@endif
{{ str($report->status)->headline() }}
{{ number_format($report->size_bytes / 1024, 1) }} KB
{{ $report->original_filename }}
Uploaded {{ $report->created_at?->format('M j, Y g:i A') }}
@if ($report->analysis['summary'] ?? null){{ $report->analysis['summary'] }}
@endifATS score
{{ $report->ats_score ?? '—' }}/100
Remote-readiness
{{ $report->remote_readiness_score ?? '—' }}/100