{{ $site['company_address'] ?? 'Şirket Adresi' }}
Tel: {{ $site['contact_phone'] ?? 'Telefon' }} | E-posta: {{ $site['contact_email'] ?? 'E-posta' }}
Web: {{ $site['company_website'] ?? 'www.sirket.com' }}
E-posta: {{ $quote->customer_email }}
@endif @if($quote->customer_phone)Telefon: {{ $quote->customer_phone }}
@endif| Açıklama | Miktar | Birim Fiyat | Tutar |
|---|---|---|---|
| {{ $item->description }} | {{ number_format($item->qty, 2, ',', '.') }} | ₺{{ number_format($item->unit_price, 2, ',', '.') }} | ₺{{ number_format($item->line_total, 2, ',', '.') }} |
| Ara Toplam: | ₺{{ number_format($quote->subtotal, 2, ',', '.') }} |
| İndirim: | -₺{{ number_format($quote->discount_amount, 2, ',', '.') }} |
| KDV ({{ number_format($quote->tax_rate, 0) }}%): | ₺{{ number_format($quote->tax_amount, 2, ',', '.') }} |
| GENEL TOPLAM: | ₺{{ number_format($quote->total, 2, ',', '.') }} |