@extends('layouts.app', ['title' => 'Order Details | Print Cards']) @section('content')
Status: {{ ucfirst($order->status) }} | Payment: {{ ucfirst($order->payment_status) }}
Tracking updates will appear here after the first workflow change.
@endforelse