feat: ✨ Add status to payments table
This commit is contained in:
parent
06d202f149
commit
88ae8774e0
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
<th>{{ __('Total Price') }}</th>
|
||||
<th>{{ __('Payment ID') }}</th>
|
||||
<th>{{ __('Payment Method') }}</th>
|
||||
<th>{{ __('Status') }}</th>
|
||||
<th>{{ __('Created at') }}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
@ -85,6 +86,7 @@
|
|||
{data: 'total_price'},
|
||||
{data: 'payment_id'},
|
||||
{data: 'payment_method'},
|
||||
{data: 'status'},
|
||||
{data: 'created_at', type: 'num', render: {_: 'display', sort: 'raw'}},
|
||||
{data: 'actions' , sortable : false},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue