{!! Form::select('menu_type', array('1' => 'Default', '2' => 'Presisi'), '1',['class' => 'form-control']) !!}
{!! Form::text('text', null, ['class' => 'form-control item-menu', 'maxlength' => 255, 'placeholder' => 'Nama Menu']) !!}
{!! Form::select('icon', [ '' => 'Select Icon', // Pilihan kosong di awal 'fas fa-list' => 'List', 'fas fa-home' => 'Home', 'fas fa-user' => 'User', 'fas fa-cog' => 'Settings', 'fas fa-envelope' => 'Mail', // Tambahkan ikon lain sesuai kebutuhan 'fas fa-car' => 'Car', 'fas fa-tree' => 'Tree', 'fas fa-star' => 'Star', 'fas fa-bell' => 'Bell', 'fas fa-chart-line' => 'Chart Line', 'fas fa-comments' => 'Comments', 'fas fa-file-alt' => 'File Alt', 'fas fa-fingerprint' => 'Fingerprint', ], '', ['class' => 'form-control item-menu']) !!}
{!! Form::select('sourcelist', $sourceItem, null, ['class' => 'form-control']) !!} {!! Form::text('href', null, ['class' => 'form-control item-menu', 'maxlength' => 255, 'placeholder' => 'http://contoh.com']) !!}
{!! Form::select('penduduk', $sourceItem['penduduk'], null, ['class' => 'form-control', 'style' => 'display:none;']) !!} {!! Form::select('keluarga', $sourceItem['keluarga'], null, ['class' => 'form-control', 'style' => 'display:none;']) !!} {!! Form::select('bantuan', $sourceItem['bantuan'], null, ['class' => 'form-control', 'style' => 'display:none;']) !!} {!! Form::select('rtm', $sourceItem['rtm'], null, ['class' => 'form-control', 'style' => 'display:none;']) !!} {!! Form::select('kesehatan', $sourceItem['kesehatan'], null, ['class' => 'form-control', 'style' => 'display:none;']) !!}
@push('js') @endpush