|
تاريخ التفصيل: {{ $invoice->created_at->format('Y-m-d') }} التسليم: {{ $invoice->delivery_date ? \Carbon\Carbon::parse($invoice->delivery_date)->format('Y-m-d') : '-' }} |
{{ $invoice->branch->phone ?? '0534173422' }} | {{ $invoice->branch->name ?? 'خيوط ابداع نجد' }}
{{ $invoice->customer->id ?? '-' }} | {{ $invoice->customer->name ?? 'سعود التميمي' }} | {{ $invoice->customer->phone ?? '0507970570' }}
|
{{ $invoice->id }}
|
| الثياب: {{ $items->sum('qty') }} | القماش: {{ number_format($items->sum('total_measurements'), 2) }} م | المبلغ: {{ number_format($invoice->Price, 2) }} | المدفوع: {{ number_format($invoice->Pay, 2) }} | المتبقي: {{ number_format($invoice->Price - $invoice->Pay, 2) }} |
|
{{ $items->sum('qty') }}
عدد الثياب
|
{{ $invoice->customer->name ?? 'عميل جديد' }}
فاتورة رقم: {{ $invoice->id }} | خياط: {{ $invoice->employee->name_ar ?? 'لم يحدد' }}
|
باركود التجهيز
|
|
{{ $items->sum('qty') }}
عدد الثياب
|
{{ $invoice->customer->name ?? 'عميل جديد' }}
فاتورة رقم: {{ $invoice->id }} | خياط: {{ $invoice->employee->name_ar ?? 'لم يحدد' }}
|
باركود التجهيز
|