| {{ $id++ }} |
{{ $shipment->tracking_code }} |
{{ $shipment->receiver_name }} |
{{ $shipment->receiver_country }} |
{{ $tracking->date_sent->format('d/m/y') }} |
{{ $tracking->date_expected->format('d/m/y') }} |
{{ $settings->currency . $shipment->amount }} |
{!! status($tracking->status_code) !!}
|
{{ $tracking->current_location }} |
View |
@empty
No shipments yet.
Create new shipment
|
@endforelse