@if ($order->status == 1) جارٍ التنفيذ @elseif ($order->status == 2) قيد الانتظار @elseif ($order->status == 3) مكتمل @else ملغي @endif

T.C. Ziraat Bankası A.Ş.
Name : WEBLAYER YAZILIM HİZMETLERİ VE TİCARET LİMİTED ŞİRKETİ
TRY : TR40 0001 0009 3897 5986 1250 01
USD : TR13 0001 0009 3897 5986 1250 02
EUR : TR83 0001 0009 3897 5986 1250 03
رقم الفاتورة: #{{$order->id}}

رقم الفاتورة #{{$order->id}}
تاريخ الإستحقاق

{{$order->updated_at->format('d/m/Y') ?? ''}}

تاريخ الفاتورة

{{$order->created_at->format('d/m/Y')}}

الحسابات البنكية

istanbul - turkey

رقم ضريبة القيمة المضافة: 8001156548

أنشأت هذه الفاتورة لـ

{{$order->customer->user->name ?? ''}}

{{$order->customer->address ?? ''}},

@php $subtotal = 0; @endphp @foreach ($order->order_details as $detail) @php $subtotal += $detail->total; @endphp @endforeach
تفاصيل المبلغ
{{ $detail->qty }} x {{ $detail->product->getTranslation('name') }} - {{ $detail->product->domain ?? '—' }} ({{ $detail->start_date ?? '-' }} - {{ $detail->end_date ?? '-' }}) @ {{ number_format($detail->price, 2) }}/لكل محتوى
@if($detail->products_attrbuites)
@foreach(json_decode($detail->products_attrbuites, true) as $key => $value) {{ ucfirst($key) }}: {{ $value }} @endforeach
@endif
@if($detail->cycle_price)
Cycle Price: ${{ number_format($detail->cycle_price, 2) }}
@endif @if($detail->end_number)
Cycle Count: {{ $detail->end_number }}
@endif @if($detail->invoice_cycle)
Invoice Cycle: {{ $detail->invoice_cycle }}
@endif
${{ number_format($detail->total, 2) }}USD
@php $taxRate = 0.20; $taxAmount = $subtotal * $taxRate; $discount = 0.00; $totalAmount = $subtotal + $taxAmount - $discount; @endphp
المجموع
${{ number_format($subtotal, 2) }}USD
{{ number_format($taxRate * 100, 2) }}% KDV
${{ number_format($taxAmount, 2) }}USD
رصيد مستقطع
${{ number_format($discount, 2) }}USD
الإجمالي
${{ number_format($totalAmount, 2) }}USD
تاريخ الايداع وسيلة الدفع رقم العملية مبلغ الإيداع

لا توجد عمليات إيداع سابقة

الإجمالي المستحق
$267.65USD