@extends('layouts.app') @section('content')
S.No. | Code | Awb number | Shipment | Weight | Height | Length | Breadth | Vol. Weight | Status | Date |
---|---|---|---|---|---|---|---|---|---|---|
{{ $packages->firstItem() + $loop->index }} | {{ $package->order->code ?? null }} | {{ $package->awb_number }} | {{ $package->shipment_service }} | {{ $package->actual_weight }} | {{ $package->height }} | {{ $package->length }} | {{ $package->breadth }} | {{ (($package->height * $package->length * $package->breadth) / 5000) }} | {{ ucwords($package->status) }} | {{ $package->created_at }} |
No Record(s) found! |