@extends('layouts.app') @section('content')
# | Customer Ref # | Amount | Qty | Weight | Order ID | Description |
---|---|---|---|---|---|---|
{{$key++}} | {{$order->order_reference}} | {{$order->consignment_cod_price}} | {{$order->consignment_pieces}} | {{$order->vendorWeight->ahlWeight->weight }} | {{$order->consignment_order_id}} | {{$order->consignment_description }} |