| {{ $loop->parent->iteration }} |
{{ \Carbon\Carbon::parse($response->filled_at)->format('d M Y H:i') }} |
{{ $question->question_text ?? 'Pertanyaan ID '.$questionId }} |
@if (is_array($answer))
{{ implode(', ', $answer) }}
@else
{{ $answer }}
@endif
|
@endforeach
@endforeach