@foreach($cart_contents as $cart) {{ $cart->name }} {{ $cart->options->product_code }} {{ $cart->options->product_unit_name }} {{ currency_format($cart->price, 'icon', 2, business_currency()) }}
{{ currency_format($cart->subtotal, 'icon', 2, business_currency()) }} @endforeach