@extends('layouts.app', ['title' => 'Track Shipment']) @section('content')
{{ $shipment->receiver_name }} — {{ $shipment->receiver_phone }}
{{ $shipment->status }}
| {{ $row->status }} | {{ $row->notes }} | {{ optional($row->created_at)->format('Y-m-d H:i') }} |