{!! Form::open(['url' => $url, 'method' => 'POST']) !!}

{{ SeoHelper::getTitle() }}

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if (EcommerceHelper::isUsingInMultipleCountries()) @else @endif @if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if (EcommerceHelper::loadCountriesStatesCitiesFromPluginLocation()) @else @endif @if ($errors->has('state'))
{{ $errors->first('state') }}
@endif
@if (EcommerceHelper::loadCountriesStatesCitiesFromPluginLocation()) @else @endif @if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if (EcommerceHelper::isZipCodeEnabled())
@if ($errors->has('zip_code'))
{{ $errors->first('zip_code') }}
@endif
@endif
is_default) checked @endif id="is-default">
@if ($errors->has('is_default'))
{{ $errors->first('is_default') }}
@endif
{!! Form::close() !!}