| {{ $loop->iteration }} |
{{ $receipt->no_resi }} |
{{ $receipt->no_resi_coload ?? '-' }} |
{{ $receipt->nama_customer ? ucwords($receipt->nama_customer) . ' - ' . $receipt->customer_shipping_mark : '-' }} |
{{ $receipt->no_local_cina ?? '-' }} |
{{ $receipt->tipe_barang ?? '-' }} |
{{ $receipt->shipping_mark ?? '-' }} |
{{ $receipt->shipping_to ?? '-' }} |
{{ $receipt->totcarton ?? 0 }} |
{{ $receipt->totvolume ?? 0 }} |
{{ $receipt->totweight ?? 0 }} |
{{ config('custom.status_resi.' . $receipt->status) ?? '-' }} |
{{ config('custom.status_notifikasi.' . $receipt->status_notifikasi) ?? '-' }} |
{{ $receipt->created_at }} |
@endforeach