@lang('loyalty::app.loyaltyDiscount') ({{ number_format($loyaltyPointsRedeemed) }} @lang('loyalty::app.points'))
@if(isset($showEditIcon) && $showEditIcon && isset($customer) && $customer)
@endif
-{{ currency_format($loyaltyDiscountAmount, $currencyId) }}
@endif