Hasil Bulk Tracking
{{ count($results) }} Resi
@foreach($results as $index => $res) @endforeach
No AWB / Date Shipper Consignee Destination Status Ref No
{{ $index + 1 }}
{{ $res->awb }}
{{ $res->date ? \Carbon\Carbon::parse($res->date)->format('d/m/Y') : '-' }}
{{ $res->shipper }} {{ $res->consignee }} {{ $res->destination }} {{ $res->status }} @if($res->status == 'DELIVERED' && !empty($res->url_img)) @endif {{ $res->ref_number }}