@if (EcommerceHelper::isUsingInMultipleCountries())
{!! Form::customSelect('country', EcommerceHelper::getAvailableCountries(), old('country', $address->country), ['id' => 'country', 'data-type' => 'country']) !!}
{!! Form::error('country', $errors) !!}
@else
@endif