| # | Unit Serial # | Item & Costume Specification | Size / Color | Condition at Dispatch | Return Checkmark |
|---|---|---|---|---|---|
| {{ $idx + 1 }} |
{{ $item->rentalUnit->unit_code ?? 'UNIT-#' . $item->rental_unit_id }}
@if($item->rentalUnit && $item->rentalUnit->barcode_qr)
{{ $item->rentalUnit->barcode_qr }}
@endif
|
{{ $item->rentalUnit->product->name ?? 'Costume Piece' }}
@if($item->rentalUnit && $item->rentalUnit->piece_name)
{{ $item->rentalUnit->piece_name }}
@endif
|
{{ $item->rentalUnit->size ?? '-' }} / {{ $item->rentalUnit->color ?? '-' }} | {{ ucfirst($item->condition_at_dispatch ?? 'Good') }} | [ ] Verified |
| No items attached to this delivery note. | |||||