@if(count($cartItems) > 0)
@if(!empty(\Session::get('couponCode'))) Coupon code applied.  Remove @else    @endif


Subtotal
${{ number_format($total,2); }}
get('discountPrice')) && session()->get('discountPrice') <= 0) style="display: none" @endif>
Promo Code ({{ session()->get('couponCode') }} - {{ session()->get('couponDiscount') }})
- ${{ (!empty(session()->get('discountPrice')) ? str_replace(',','',session()->get('discountPrice')) : "") }}
get('discountPrice')) && session()->get('discountPrice') <= 0) style="display: none" @endif>
Order Total
${{ round(($total + 0.00),2); }}
@endif