ID | Order Created Date | Order Status | Payment Status | Grand Total | Action |
---|---|---|---|---|---|
{{strtotime($order_row->created_at)}}-{{$order_row->id}} | {{date('dS F, Y', strtotime($order_row->created_at))}} | {{$order_row->order_status}} | {{$order_row->payment_status}} | Rs. {{$order_row->grand_total}} |
@if(!empty($auth_write_status))
Edit
@endif
|