@if($setting['form-method'] =='native')
@endif
{!! Form::open(array('url'=>'cropslist?return='.$return, 'class'=>'form-horizontal sximo-form validated','files' => true , 'parsley-validate'=>'','novalidate'=>' ','id'=> 'cropslistFormAjax')) !!}
CropsList {!! Form::hidden('crop_id', $row['crop_id']) !!}
{!! Form::close() !!}
@if($setting['form-method'] =='native')
@endif @include('sximo.module.template.ajax.formjavascript')