@extends('layout.layout') @section('content')
@foreach ($questions as $question) @php $score = $existingAnswers[$question->id]->score ?? 0; $comment = $existingAnswers[$question->id]->comments ?? ''; @endphp @endforeach
Question Score (0-5) Comment
{{ $question->question }}
@endsection @push('scripts') @endpush