@php $isPaid = $isPaid ?? false; @endphp
@elseif($cartItem->serviceFees > 0)
@endif
@endif
@if($cartItem->discountValue + $cartItem->discountEvent > 0)
{{$currency.number_format($cartItem->unitFees(true), 2)}}
@endif
{{$currency.number_format($cartItem->unitFees(true) - $cartItem->unitDiscounts(true), 2)}}
@endif