@if(isset($get_cart['cart']) && $get_cart['cart'])
My Shopping Cart
@foreach($get_cart['cart'] as $cart) @endforeach
Image Product Name Unit Price Quantity Total
{{ $cart["cart_product_information"]["product_name"] }} @if($cart["cart_product_information"]["product_name"] != $cart["cart_product_information"]["variant_name"]) ({{ $cart["cart_product_information"]["variant_name"] }}) @endif
₱ {{ number_format($cart["cart_product_information"]["product_price"], 2) }}
Continue Shopping @if($customer_info_a) @endif
Total      ₱ 
{{ $get_cart["sale_information"]["total_product_price"] }}
@else
There is no items in this cart
Try to search or find something from one of our categories
Continue Shopping
@endif