@extends('web.layout.master') @section('content') @include('web.checkout-header-v2')
@csrf
@if($id == 0) Add @else Edit @endif Address
Subtotal
$22.00
Estimated Shipping
$9.98
Estimated Tax
Calculated In Checkout


Order Total
$31.98

Cart ID # {{ (!empty(\Cookie::get('cart')) ? \Cookie::get('cart') : "") }}


Having trouble? Contact us! 866.243.2721

@endsection