Search Company
{{--
Country
{!! Form::select('country',$countries,Request::filled('country_id') ? Request::get('country_id') : null,array('placeholder'=>'All Select Country','class'=>'hme-select-style js-select form-control','id' => 'company-country-id','data-size'=>'3')) !!}
--}}
State
{!! Form::select('state',$states,Request::filled('state') ? Request::get('state') : null,array('placeholder'=>'Select State','class'=>'hme-select-style js-select2 form-control','id' => 'company-state-id','data-size'=>'10')) !!}
City
{!! Form::select('city',[''=>'Select City'],null,array('class' => 'hme-select-style js-select2 form-control', 'data-attr-type'=>'city','id'=>'company-city-id')) !!}