This commit is contained in:
2025-11-03 14:56:02 +05:00
parent 3369e97a3c
commit b728a374a5
7 changed files with 36 additions and 22 deletions

View File

@@ -70,7 +70,10 @@ class CardOrdersTable
->searchable(),
TextColumn::make('status')
->label(__('Status'))
->formatStateUsing(fn (string $state) => OrderStatusRepository::statusFormatted($state))
->badge()
->sortable()
->searchable(),
TextColumn::make('updated_at')

View File

@@ -55,7 +55,10 @@ class CardPinOrdersTable
->searchable(),
TextColumn::make('status')
->label(__('Status'))
->formatStateUsing(fn (string $state) => OrderStatusRepository::statusFormatted($state))
->sortable()
->badge()
->searchable(),
])
->filters([