{!! 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('code', 'Kode Indikator:') !!} {!! Form::text('code', null, ['class' => 'form-control', 'readonly' => true, 'minlength' => 1, 'maxlength' => 10]) !!}
@php $instrument_types = array("A" => "A", "B" => "B", "empty" => "-"); @endphp
{!! Form::label('instrument_type', 'Kode Instrument:') !!}
{!! Form::label('num', 'Nomor Urut:') !!} {!! Form::number('num', null, ['class' => 'form-control', 'required' => true]) !!}
{!! Form::label('source', 'Sumber:') !!} {!! Form::textarea('source', null, ['class' => 'form-control summernote-simple1']) !!}
{!! Form::label('definition', 'Definisi:') !!} {!! Form::textarea('definition', null, ['class' => 'form-control summernote-simple1']) !!}
@if (Request::routeIs('f2Questionnaires.create')) @else @endif Batal dan Kembali
@push('js') @endpush