Order Summary

@if(isDirectScaleEnable() && Auth::user())

Item Subtotal

${{ number_format($cart_total, 2) }}

@if($pro_credits > 0)

Product Credits

-${{ number_format($pro_credits, 2) }}

@endif @if($discount > 0)

Discount

-${{ number_format($discount, 2) }}

@endif

Ship To:

${{ number_format($shipment_cost) }}

Tax {{ !Auth::user() ? '(Estimated)' : '' }}

$0.00

@endif

Subtotal

${{ number_format($cart_total + $shipment_cost,2) }}