رقم السند: {{ $receipt->receipt_number }} @if($receipt->supplier_delivery_note_number) | رقم سند المورد: {{ $receipt->supplier_delivery_note_number }} @endif
| م | وصف البند | الوحدة | الكمية المستلمة | الحالة |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->supplyOrderItem?->item_description ?? $item->supplyOrderItem?->item_name ?? '-' }} | {{ $item->supplyOrderItem?->unit_of_measure ?? $item->supplyOrderItem?->unit ?? '-' }} | {{ $item->quantity_received ?? '-' }} | {{ $item->status ?? '-' }} |
| م | وصف البند | الوحدة | الكمية المستلمة |
|---|---|---|---|
| 1 | {{ $receipt->supplyOrderItem->item_description ?? $receipt->supplyOrderItem->item_name ?? '-' }} | {{ $receipt->supplyOrderItem->unit_of_measure ?? $receipt->supplyOrderItem->unit ?? '-' }} | {{ $receipt->quantity_received ?? '-' }} |
{{ $receipt->notes }}