{{ trans('theme.choose_delivery_location') }}

{!! Form::open(['route' => ['register'], 'data-toggle' => 'validator', 'id' => 'shipToForm']) !!} {{ Form::hidden('cart', null, ['id' => 'cartinfo']) }} {{-- For the carts page --}}

{!! trans('theme.delivery_locations_info') !!}

{!! Form::close() !!}