@if(Cookie::get('shopping_cart')) @php $total="0" @endphp

Confirm Your Purchase

@foreach ($cart_data as $data)

Product

{{ $data['item_name'] ? : '' }}
@php $total = $total + ($data["item_quantity"] * $data["item_price"]) @endphp
Total Price
$ {{ $data['item_quantity'] * $data['item_price'] }}
USD {{ $data['item_price'] }}
- +
@endforeach
{{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{--

    123 Flint Street, Atlanta, GA
    Georgia, 00000

    --}} {{--
  • --}} {{--
  • --}} {{-- edit--}} {{--
  • --}} {{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{--

    (800) 4000-234

    --}} {{--
  • --}} {{--
  • --}} {{-- edit--}} {{--
  • --}} {{--
--}} {{--
    --}} {{--
  • --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{--

    support@yourdomain.tld--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{-- edit--}} {{--
  • --}} {{--
--}} {{--
--}}
@endif