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