@extends('admin.layouts.app') @section('page-title', 'Dashboard') @section('content')
| # | Description | CTN | QTY | TTL/QTY | Unit | Price | TTL Amount | CBM | TTL CBM | KG | TTL KG | Shop No | Remove |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['description'] }} | {{ $item['ctn'] }} | {{ $item['qty'] }} | {{ $item['ttl_qty'] }} | {{ $item['unit'] }} | {{ $item['price'] }} | {{ $item['ttl_amount'] }} | {{ $item['cbm'] }} | {{ $item['ttl_cbm'] }} | {{ $item['kg'] }} | {{ $item['ttl_kg'] }} | {{ $item['shop_no'] }} |