wip
This commit is contained in:
@@ -55,7 +55,10 @@ class CardPinOrdersTable
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('status')
|
||||
->label(__('Status'))
|
||||
->formatStateUsing(fn (string $state) => OrderStatusRepository::statusFormatted($state))
|
||||
->sortable()
|
||||
->badge()
|
||||
->searchable(),
|
||||
])
|
||||
->filters([
|
||||
|
||||
Reference in New Issue
Block a user