| # | Location | Google Map Location | Description | Date | Time | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | @if ( $shipment->current_location == $shipmentLocation->location && $shipment->status->value == $shipmentLocation->status->value) Current Location: {{ $shipmentLocation->location }} @else Previous Location: {{ $shipmentLocation->location }} @endif | {{ $shipmentLocation->google_map_location }} | {{ $shipment->description }} | {{ formatDate($shipmentLocation->date) }} | {{ formatTime($shipmentLocation->time) }} | {{ $shipmentLocation->status->label() }} |
|