--}}
{{-- {!! App\Console\Commands\Generator\Form::input('kode','text')->model($kecamatan)->show(['label'=>'ID Kecamatan']) !!} --}}
{{-- {!! App\Console\Commands\Generator\Form::input('kecamatan','text')->model($kecamatan)->show(['label'=>'Kecamatan']) !!} --}}
{{-- {!! App\Console\Commands\Generator\Form::autocomplete('kabupaten',array('value'=>$kecamatan->exists?(isset($kecamatan->kabupaten)?$kecamatan->kabupaten->kabupaten:null):null))->model(null)->show() !!} --}}
{{-- {!! App\Console\Commands\Generator\Form::checkbox('flag_aktif','Flag Aktif',array('label'=>'','value'=>'Y'),$kecamatan->exists?$kecamatan->flag_aktif:'N') !!} --}}