@extends('backend.layouts.template') @section('content') Isi Kuesioner Instruksi Isi Kuesioner {{--! start fill --}} @csrf @foreach ($kuesioners as $index => $kuesioner) {{ $index + 1 }}. {{ $kuesioner->soal }} 0 1 2 3 4 Pertanyaan belum dijawab! @endforeach Submit {{--! end fill --}} @endsection @section('script') @endsection
{{ $index + 1 }}.
{{ $kuesioner->soal }}