Fatura bilgilerini görüntüleyin
| Açıklama | Miktar | Birim Fiyat | KDV % | Tutar |
|---|---|---|---|---|
|
{{ $item->description }}
@if($item->service)
{{ ucfirst($item->service->service_type) }}
@endif
|
{{ $item->qty }} | {{ $invoice->currency ?? '₺' }}{{ number_format($item->unit_price, 2, ',', '.') }} | %{{ $item->tax_rate }} | {{ $invoice->currency ?? '₺' }}{{ number_format($item->line_total, 2, ',', '.') }} |
Fatura kalemi bulunamadı