Ara
Toplam{{ number_format($sale->subtotal ?? $sale->total_amount, 2, '.', ',') }}
{{ $sale->currency }}
@if($sale->discount_amount > 0)
İndirim-
{{ number_format($sale->discount_amount, 2, '.', ',') }}
@endif
@if($sale->tax_amount > 0)
KDV+
{{ number_format($sale->tax_amount, 2, '.', ',') }}
@endif
Toplam{{ number_format($sale->total_amount, 2, '.', ',') }}
{{ $sale->currency }}
Ödenen{{ number_format($sale->paid_amount, 2, '.', ',') }}
Kalan{{ number_format($sale->remaining_amount, 2, '.', ',') }}