|
Egeline Bilgi Güvenliği A.Ş.
{{ t('proforma-invoice-subtitle') }}
|
{{ t('proforma-invoice') }} |
|
Satıcı
Egeline Bilgi Güvenliği San. ve Tic. A.Ş.
Bakırköy Vergi Dairesi | No: 3250601036 Yeşilköy Mah. Atatürk Cad. DTM EGS Business Park B2 Blok No: 12 Kat: Zemin D. No:1 Bakırköy/İst. Telefon: 0212 909 30 18 Web: astrosabio.com |
Alıcı
{{ $user->name }} {{ $user->last_name }}
{{ $billingInfo->billing_address }} @if ($billingInfo->city) {{ $billingInfo->city }}@if ($billingInfo->district) / {{ $billingInfo->district }} @endif @endif @if ($billingInfo->tax_id) {{ strlen($billingInfo->tax_id) == 11 ? 'T.C. No' : 'Vergi No' }}: {{ $billingInfo->tax_id }} @endif E-posta: {{ $user->email }} |
| {{ t('number') }} | {{ t('product-description') }} | {{ t('amount') }} | {{ t('unit-price') }} | {{ t('total') }} |
|---|---|---|---|---|
| {{ str_pad($index + 1, 3, '0', STR_PAD_LEFT) }} | {{ t('proforma-invoice-subtitle') }} | {{ $item['quantity'] ?? 1 }} | {{ number_format($item['unit_price'] ?? 0, 2, ',', '.') }} {{ t('currency') }} | {{ number_format(($item['quantity'] ?? 1) * ($item['unit_price'] ?? 0), 2, ',', '.') }} {{ t('currency') }} |
| 001 | {{ t('proforma-invoice-subtitle') }} | 1 | {{ number_format($order->total, 2, ',', '.') }} {{ t('currency') }} | {{ number_format($order->total, 2, ',', '.') }} {{ t('currency') }} |
|
{{ t('terms-and-conditions') }}
{{ t('terms-and-conditions-content') }}
|
|