@include('./util/header')
@csrf
Contact CLI for name change

Billing Address


{!! $shipCountryList !!}

Mailing Address

@if ($useSameShip)
{{ $companyName }} can accept credit cards online using our secure server.
To protect against fraud, the billing and shipping address must be the same,
and your order will be shipped to the billing address above.
Special shipping arrangements may be possible.
Email {{ $companyName }} or call {{ $phoneNum }} to discuss any order.
@else Mail to the same address?
@endif

{!! $shipCountryList !!}

@if (Session::get('cartItem') == 0) @else @endif            Exit Without Saving
@include('./util/footer')