Detail {{ $index + 1 }}
CBM {{ $detailCalculatedCbm }}/{{ $detail->cbm ?: '0' }} | Berat {{ $detailCalculatedBerat }}/{{ $tracking->berat_container }}
| No | Detail | No. Resi | Tipe Barang | CBM | Berat |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | @php $detailRef = $barang->tracking_detail_ref; @endphp Detail {{ $tracking->details->search(function ($detail) use ($detailRef) { return $detail->id === $detailRef->id; }) + 1 }} | @if(optional($barang->receipt)->id && optional($barang->receipt)->no_resi) {{ $barang->receipt->no_resi }} @else - @endif | {{ $barangTipeBarangMap[$barang->tipe_ekspedisi] ?? '-' }} | {{ $barang->cbm ?: '-' }} | {{ $barang->berat ?: '-' }} |
| Data Kosong | |||||