@if(isset($cart_contents)) @foreach($cart_contents as $cart) {{ $cart->name }} {{ $cart->options->product_code }} {{ $cart->options->batch_no ?? '' }} {{ $cart->options->product_unit_name }}
{{ currency_format($cart->subtotal, currency: business_currency()) }} @endforeach @endif