Session #{{ $payload['id'] }} ·
{{ $payload['user']['name'] ?? '-' }} ({{ $payload['user']['party_id'] ?? '-' }}) ·
{{ $payload['outing_type'] }} · {{ $payload['difficulty'] }} · {{ $payload['interview_mode'] }}
@if ($payload['readiness_pct'] !== null)
· Readiness {{ $payload['readiness_pct'] }}%
@endif
@if ($payload['ended_early'])
· Ended early
@endif
@if (!empty($payload['summary']))
Q{{ $i + 1 }}. {{ $turn['question'] }}
Answer: {{ $turn['user_answer'] ?: '(no answer)' }}
@if (!empty($turn['model_answer']))
Model: {{ $turn['model_answer'] }}
@endif
@if (!empty($turn['coach_note']))
Coach: {{ $turn['coach_note'] }}
@endif
@empty
No turns recorded.
@endforelse