| {{ $i }} |
{{ $receipt->no_resi }} |
{{ $receipt->no_local_cina }} |
{{ $receipt->shipping_mark }} |
{{ $receipt->total_ctn }} |
{{ $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)}}
|
@php($i++)
@endforeach
{{-- @else