@extends('dev.core.using') @section('content') @include('templates.pengaturan.kuisioner.option.add') @include('templates.pengaturan.kuisioner.option.detail') @include('templates.pengaturan.kuisioner.option.edit') @include('templates.helpers.delete') @include('templates.helpers.export') @include('templates.pengaturan.kuisioner.option.dev.data')
getName(); $getKdModule = \App\Model\Menu\Module::where('menu_path',$url)->value('kdModule'); $getCreate = \App\Model\Privillage\Roleacl::where('module_id', $getKdModule)->where('role_id',Auth::user()->role_id) ->value('create_acl'); ?> @if($getCreate == $getKdModule)  TAMBAH OPSI @endif

  {{\App\Model\Setting\Kuisioner\Question::where('id',$id_pertanyaan)->value('pertanyaan')}}

@include('templates.pengaturan.kuisioner.option.table')
@endsection