Egeline Bilgi Güvenliği A.Ş.
{{ t('proforma-invoice-subtitle') }}

{{ t('proforma-invoice') }}

{{ t('document-no') }}: {{ $order->invoice_number ?? 'Sipariş-' . $order->id }}
{{ t('date') }}: {{ $order->created_at->format('d.m.Y') }}
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: astrobilge.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 }}
@if (isset($items) && count($items) > 0) @foreach ($items as $index => $item) @endforeach @else @endif
{{ 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('thank-you-for-your-cooperation') }}