| No | No. Receipt | No. Receipt Local China | Shipping Marks | Jumlah Carton | Deskripsi | Total Volume | Coload | Destination | Date & Time | Status Resi | Status Karton Terjauh |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $receipt->no_resi }} | {{ $receipt->no_local_cina }} | {{ $receipt->shipping_mark }} | {{ $receipt->total_ctn }} |
@foreach($receipt->receipt_detail as $detail)
@php
$deskripsiBarang = $detail->detail_barang
->pluck('deskripsi')
->filter()
->implode(' '); @endphp {!! $deskripsiBarang !!} {!! $loop->last || !$deskripsiBarang ? '' : ' ' !!} @endforeach |
{{ $receipt->receipt_detail->sum('total_volume') }} m3 | {{ @$receipt->coload->nama }} | {{ @$receipt->shipping_to }} | {{ date('d/m/Y H:i', strtotime($receipt->created_at)) }} | @if ($receipt->status == 11) {{ config('custom.status_resi.'.$receipt->status) }} @elseif ($receipt->status == 12) {{ config('custom.status_resi.'.$receipt->status) }} @else {{ config('custom.status_resi.'.$receipt->status) }} @endif | {{config('custom.status_carton.'.$receipt->status_karton)}} |
| Data Kosong | |||||||||||