@if($setting['form-method'] =='native')
@endif
{!! Form::open(array('url'=>'countryrun?return='.$return, 'class'=>'form-horizontal sximo-form validated','files' => true , 'parsley-validate'=>'','novalidate'=>' ','id'=> 'countryrunFormAjax')) !!}
{{ Lang::get('core.sb_apply') }}
{{ Lang::get('core.sb_save') }}
country Module
{!! Form::hidden('id', $row['id']) !!}
CountryCode
Name
{!! Form::close() !!}
@if($setting['form-method'] =='native')
@endif @include('sximo.module.template.ajax.formjavascript')