{{ Form::model($perusahaan,array('route' => array((!$perusahaan->exists) ? 'perusahaan.store':'perusahaan.update',$perusahaan->pk()),
'class'=>'modal-content','id'=>'perusahaan-form','method'=>(!$perusahaan->exists) ? 'POST' : 'PUT')) }}
{!! App\Console\Commands\Generator\Form::input('nama_badan_usaha','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('nama_unit_usaha','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('kode_unit_usaha','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('alamat_perusahaan','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('kota','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('negara_perusahaan','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('kode_pos','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('telepon_perusahaan','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('fax_perusahaan','text')->model($perusahaan)->show() !!}
{!! App\Console\Commands\Generator\Form::input('email_perusahaan','text')->model($perusahaan)->show() !!}