{!! 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('num', 'Nomor Urut:') !!} {!! Form::number('num', null, ['class' => 'form-control', 'required' => true]) !!}
{!! Form::label('instrument_type', 'Kode Instrumen: (A/B)') !!} {!! Form::text('instrument_type', null, ['class' => 'form-control', 'minlength' => 1, 'maxlength' => 1, 'required' => true]) !!}
{!! Form::label('code', 'Kode Indikator:') !!} {!! Form::text('code', null, ['class' => 'form-control', 'minlength' => 1, 'maxlength' => 10, 'required' => true]) !!}
{!! Form::label('weight', 'Bobot Indikator:') !!} {!! Form::number('weight', null, ['class' => 'form-control', 'step' => 'any', 'required' => true]) !!}
{!! Form::label('year', 'Tahun:') !!} {!! Form::number('year', null, ['class' => 'form-control', 'minlength' => 4, 'maxlength' => 4, 'required' => true]) !!}
{!! Form::label('denominator', 'Denominator:') !!} {!! Form::number('denominator', null, ['class' => 'form-control', 'minlength' => 9, 'maxlength' => 9, 'required' => true]) !!}
{!! Form::label('nm', 'Indikator:') !!} {!! Form::textarea('nm', null, ['class' => 'form-control', 'required' => true]) !!}
{!! Form::label('desc', 'Uraian / Keterangan:') !!} {!! Form::textarea('desc', null, ['class' => 'form-control']) !!}
@if (Request::routeIs('indicators.create')) @else @endif Batal dan Kembali
@push('js') @endpush