#{{ $order->order_number }}
{{ $order->user?->name }}
{{ $order->user?->email }}
{{ $order->user->phone }}
Date: {{ $order->created_at->format('M d, Y') }}
Status: {{ ucfirst($order->payment_status) }}
Paid: {{ $order->paid_at->format('M d, Y') }}