role_id)->value('akses'); ?> @extends('dev.core.using') @section('content')
@csrf


  {{$kuisioner}}

@foreach($question as $key => $value) @if($value->jenis_pertanyaan == 1)

 {{$i++}}. {{$value->pertanyaan}}

@foreach(\App\Model\Setting\Kuisioner\Option::where('id_pertanyaan',$value->id)->get() as $option)
@endforeach
@else

 {{$i++}}. {{$value->pertanyaan}}

@endif @endforeach


@endsection