|
تاريخ التفصيل: {{ $invoice->created_at->format('Y-m-d') }} التسليم: {{ $invoice->delivery_date ? \Carbon\Carbon::parse($invoice->delivery_date)->format('Y-m-d') : '-' }} |
0570082345 / YAROB 2 - يعرب 2
{{ $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) }} |
@endif
@if(isset($item_styles['janzour']))
@endif
@if(isset($item_styles['front_p']))
@endif
@if(isset($item_styles['sleeve']))
@endif