{{ \App\Models\Setting::get('company_name', 'WH Kurumsal') }}
| 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, ',', '.') }} |
Yakında aktif olacak