@extends('merchant.layout') @section('title','Tracking') @section('content')
| Order No | Customer | Status | Last Update | Tracking |
|---|---|---|---|---|
| #{{ $order->order_no }} | {{ $order->customer_name }} | {{ ucfirst($order->status) }} | {{ $order->updated_at->format('d M Y H:i') }} | |
| No orders available for tracking | ||||