Order id | Order Date | Total | Status | Action |
---|---|---|---|---|
{{ $order->order_number }} | {{ $order->created_at->format('d/m/Y') }} | ${{ $order->billing_total }} |
{{ ucfirst($order->status) }} |
@if($order->invoice) @endif |