@extends('dev.core.using') @section('content') @include('templates.pelayanan.unar.core.add') @include('templates.pelayanan.unar.core.detail') @include('templates.pelayanan.unar.core.edit') @include('templates.pelayanan.unar.helpers.delete') @include('templates.helpers.export') @include('templates.helpers.import') @include('templates.helpers.filter') @include('templates.pelayanan.unar.dev.data')
role_id)->value('akses'); ?> @if($getStatus != 'administator')

{{ $kuesioner->title }}

@endif

PERTANYAAN

@foreach($questions as $key => $question) @endforeach
NO Pertanyaan Jawaban Terbanyak Presentase
{{ ++$key }} {{ $question['pertanyaan'] }} {{ $question['answer'] }} {{ $question['percentage'] }}%

ESSAY

@foreach($essais as $key => $essay) @foreach($essay_answer[$essay->id] as $key2 => $answer) @endforeach @endforeach
NO Pertanyaan UPT Jawaban Essay
{{ ++$key }} {{ $essay->pertanyaan }} {{ $key2 }} {{ $answer }}

LIST OPTION

@foreach($options['questions'] as $key => $question) @foreach($options['option_detail'][$question] as $key2 => $answer) @endforeach @endforeach
NO Pertanyaan Option Total Jawaban
{{ $i++ }} {{ $key }} {{ $key2 }} {{ $answer }}
@endsection