@foreach ($trackings as $tracking) @endforeach
S/N Tracking Code Status Date Sent Date Expected Progress Current Location
{{ $id++ }} {{ $tracking->shipment->tracking_code }}
{!! status($tracking->status_code) !!}
{{ $tracking->date_sent->format('d/m/Y') }} {{ $tracking->date_expected->format('d/m/Y') }} {{ $tracking->progress }}% {{ $tracking->current_location }}
@if (session('success')) @endif