@extends('index') @section('content')
@csrf

{{ $number }}. {{ $question['question'] }}

@foreach($question['options'] as $i => $opt)
@endforeach
{{ $number }}/{{ $total }}
@endsection