@extends('layouts.app') @section('content')
# | Customer Ref # | Address | Amount | Customer | Vendor | Weight | |
---|---|---|---|---|---|---|---|
{{ $key++ }} | {{$parcel->order_reference}} | {{$parcel->consignee_address}} | {{$parcel->consignment_cod_price}} | {{$parcel->consignee_first_name}} {{$parcel->consignee_last_name}} | {{$parcel->vendor->vendor_name}} | {{$parcel->vendorWeight->ahlWeight->weight}} |