{{ Form::model($jenisUsaha,array('route' => array((!$jenisUsaha->exists) ? 'jenis-usaha.store':'jenis-usaha.update',$jenisUsaha->pk()),
'class'=>'modal-content','id'=>'jenis-usaha-form','method'=>(!$jenisUsaha->exists) ? 'POST' : 'PUT')) }}
{!! App\Console\Commands\Generator\Form::input('kode','text')->model($jenisUsaha)->show() !!}
{!! App\Console\Commands\Generator\Form::input('nama','text')->model($jenisUsaha)->show() !!}