Shipment Resi: {{ $shipment->resi_number }}
Customer: {{ $shipment->customer->user->name }}
Date Received: {{ date('d F Y', strtotime($shipment->date_received)) }}
Total Charge: Rp {{ number_format($shipment->total_charge, 0, ',', '.') }}
Insurance Cost: Rp {{ number_format($shipment->insurance_cost, 0, ',', '.') }}
RMB Value: {{ number_format($detail['item']->rmb, 2) }}
Volume (CBM): {{ number_format($detail['item']->volume_cbm * $detail['item']->quantity, 4) }}
Value per CBM (IDR): {{ number_format($detail['insurance_data']['value_per_cbm_idr'], 0, ',', '.') }}
Excess Amount: Rp {{ number_format($detail['insurance_data']['excess_amount'], 0, ',', '.') }}
Insurance Rate: {{ ($detail['insurance_data']['percentage_rate'] * 100) }}%
Insurance Cost: Rp {{ number_format($detail['insurance_data']['insurance_cost'], 0, ',', '.') }}
Total: Rp {{ number_format($shipment->total_charge, 0, ',', '.') }}
Full coverage included
Total: Rp {{ number_format($shipment->total_charge - $shipment->insurance_cost, 0, ',', '.') }}
Standard coverage only