Total Pengiriman selesai: {{ ribuan($totreceipts) }}
Total Carton: {{ ribuan(($receipts->sum('carton_count'))) }} ctn
Total Volume: {{ ribuan($totvolume)}} m3
Total Berat: {{ ribuan($totweight)}} kg
| No |
No. Receipt |
Shipping Marks |
Destination |
Total Carton |
Total Volume (m3) |
Total Weight (kg) |
Date & Time |
{{-- Status | --}}
Action |
@if(!$receipts->isEmpty())
@foreach ($receipts as $receipt)
| {{ $loop->iteration }} |
{{ $receipt->no_resi }} |
{{$receipt->shipping_mark}} |
{{$receipt->shipping_to}} |
{{-- {{$receipt->carton_count}} | --}}
{{$receipt->total_ctn}} |
{{$receipt->receipt_detail->sum('total_volume')}} |
{{$receipt->receipt_detail->sum('total_berat')}} |
{{$receipt->created_at}} |
{{-- {{ $i>5 ? 'Loaded to Container' : 'Received at Warehouse'}} | --}}
{{-- --}}
{{-- --}}
|
@endforeach
@else
| Data Kosong |
@endif