@extends('layouts.default_module') @section('module_name') Question : {{ $choice[0]->quiz->question}} @stop @section('table')
S.NO.
Choice text
Is Correct
@foreach($choice as $key=>$c)
{{ $key+1}}
{{ $c->choice }}
{{ $c->is_correct }}
@endforeach @stop