+ {/* Left Section - Shipment ID and Status */}
+
+
+ {/* Center Section - Sender and Receiver Details */}
+
+
+
+
From
+
{sender.name}
+
{sender.address}
+
+
+
+
+
+
+
+
To
+
{receiver.name}
+
{receiver.address}
+
+
+
+
+
+ Created:
+ {formatDate(createdAt)}
+
+
+ Expected Delivery:
+ {formatDate(expectedDelivery)}
+
+
+
+
+ {/* Right Section - Action Buttons */}
+
+
+
+
+
+
+
+
+