@if ($lastinvoice != $key)
| {{ $key }} |
{{ @$arr['invoice']->customer->coload->nama }} |
{{ date('d/m/Y H:i', strtotime($arr['invoice']->created_at)) }} |
{{ config('custom.status_invoice.'.$arr['invoice']->status) }} |
{{ $arr['totalvolume'] }} |
{{ $arr['totalberat'] }} |
{{ $arr['totalcarton'] }} |
{{ ribuan($arr['invoice']->total_tagihan) }} |
{{ ribuan($arr['invoice']->total_bayar) }} |
@php
$lastinvoice = $key;
@endphp
@else
|
@endif
{{ @$det_barang->receipt_detail->receipt->no_resi }} |
{{ @$det_barang->ekspedisi->tipe_barang }} |
@php
$i++;
@endphp
@endforeach
@else
| {{ $key }} |
{{ @$arr['invoice']->customer->coload->nama }} |
{{ date('d/m/Y H:i', strtotime($arr['invoice']->created_at)) }} |
{{ config('custom.status_invoice.'.$arr['invoice']->status) }} |
{{ $arr['totalvolume'] }} |
{{ $arr['totalberat'] }} |
{{ $arr['totalcarton'] }} |
{{ ribuan($arr['invoice']->total_tagihan) }} |
{{ ribuan($arr['invoice']->total_bayar) }} |
- Missing Data - |
- Missing Data - |
@endif
@endforeach
@endif