Order #{{ $order->order_no }}
Customer
{{ $order->customer_name }}
Phone
{{ $order->customer_phone ?? '-' }}
Status
{{ ucfirst($order->status) }}
Amount
LKR {{ number_format($order->amount, 2) }}
Address
{{ $order->address ?? 'N/A' }}