{{ $title }}
{!! Form::open(['route' => $route]) !!}
{!! Form::error('name', $errors) !!}
{!! Form::error('email', $errors) !!}
{!! Form::error('phone', $errors) !!}
@if (EcommerceHelper::isUsingInMultipleCountries())
{!! Form::error('country', $errors) !!}
@else @endif
@if (EcommerceHelper::loadCountriesStatesCitiesFromPluginLocation()) @else @endif {!! Form::error('state', $errors) !!}
@if (EcommerceHelper::loadCountriesStatesCitiesFromPluginLocation()) @else @endif {!! Form::error('city', $errors) !!}
{!! Form::error('address', $errors) !!}
@if (EcommerceHelper::isZipCodeEnabled())
{!! Form::error('zip_code', $errors) !!}
@endif
is_default)) checked @endif type="checkbox" name="is_default" value="1" id="is_default">
{!! Form::error('is_default', $errors) !!}
{!! Form::close() !!}