@extends('layouts.app') @section('title', 'Input Data Responden') @section('content')
{{ $sample->description }}
@endif @foreach($sample->questions as $question) @include('test-sessions._question', ['question' => $question, 'no' => $questionNo, 'color' => $color]) @php $questionNo++ @endphp @endforeach