| No | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{($loop->iteration)}} | {{$row->customer->customer_code}} | {{$row->customer->customer_name}} | {{$row->delivery->delivery_code ?? ''}} | {{$row->delivery->delivery_name ?? ''}} | {{$row->product->product_code}} | {{$row->product->product_name}} | {{number_format(floor($row->unit_price), 0, '.', ',')}} | {{Enum::name('QuantityConditionType', $row->quantity_condition_type)}} | {{$row->valid_from}} | {{$row->valid_to}} | {{$row->note}} |
|