Detail Resi
Nomor Resi
{{isset($resi->no_resi)?$resi->no_resi:'-'}}
Tanggal Masuk Gudang
{{isset($resi->tgl_stat)?date('d-m-Y', strtotime($resi->tgl_stat8)):'-'}}
Importir
{{isset($resi->customer->nama)?$resi->customer->nama:'-'}}
Jalur
{{isset($resi->shipping_to)?$resi->shipping_to:'-'}}
Local Express
{{isset($resi->no_local_cina)?$resi->no_local_cina:'-'}}
Carton
{{isset($resi->total_ctn)?$resi->total_ctn:'0'}} Ctn
Volume
{{isset($resi->no_resi)?$resi->receipt_detail->sum('total_volume'):'0'}} m3
Berat
{{isset($resi->no_resi)?$resi->receipt_detail->sum('total_berat'):'0'}} kg
Detail
{{-- End Card Body if there's no receipt --}}