Fatura Düzenle

Fatura bilgilerini güncelleyin

📄
Fatura Düzenleme
@csrf @method('PUT')

Temel Bilgiler

Tarih Bilgileri

Fatura Kalemleri

@php $rowIndex = 0; @endphp @foreach($invoice->items as $item) @php $rowIndex++; @endphp @endforeach
Hizmet Açıklama Miktar Birim Fiyat KDV % Toplam İşlem
@php $rowSubtotal = (float)$item->qty * (float)$item->unit_price; $rowTotal = $rowSubtotal + ($rowSubtotal * (float)$item->tax_rate / 100); @endphp ₺{{ number_format($rowTotal, 2, '.', '') }}

Fatura Özeti (Önizleme)

₺0.00
₺0.00
₺0.00
İptal