{!! Form::open(array('route' => $route, 'method' => 'POST' ,'id' => 'ajaxSaveAddress')) !!}
{!! Form::label("", __('v2/front_site.email'), ['class'=>'control-label']) !!} {!! Form::text("", $result->email, ['class'=>'form-control','id'=>'type', 'readonly' => true]) !!}
{!! Form::label("payable_category_id", __('v2/front_site.payable_category'), ['class'=>'control-label']) !!} {!! Form::select("payable_category_id",['' => 'Select Category'] + companyCategory() ,$result->payable_category_id, ['class'=>'form-control','id'=>'type']) !!}
{!! Form::close() !!}