{!! Form::label('aspect_id', 'Aspek:') !!} {!! Form::select('aspect_id', $aspects, null, ['class' => 'form-control select2', 'placeholder' => 'Pilih Aspek', 'required' => true]) !!}
{!! Form::label('group_id', 'Kelompok Indikator:') !!}
{!! Form::label('indicator_id', 'Indikator:') !!}
{!! Form::label('num', 'Nomor Urut') !!} {!! Form::number('num', null, ['class' => 'form-control', 'required' => true]) !!}
@php $instrument_types = array("A" => "A", "B" => "B", "empty" => "-"); @endphp
{!! Form::label('instrument_type', 'Kode Instrument:') !!}
{!! Form::label('code', 'Kode Indikator:') !!} {!! Form::text('code', null, ['class' => 'form-control', 'minlength' => 1, 'maxlength' => 10]) !!}
{!! Form::label('isu', 'Isu:') !!} {!! Form::textarea('isu', null, ['class' => 'form-control summernote-simple1', 'required' => true]) !!}
@if (Request::routeIs('f3Questionnaires.create')) @else @endif Batal dan Kembali
@push('js') @endpush