This commit is contained in:
2025-11-03 20:03:02 +05:00
parent e9f95b7ca8
commit 516c17326c
9 changed files with 30 additions and 78 deletions

View File

@@ -71,6 +71,7 @@ class CardOrdersTable
TextColumn::make('status')
->label(__('Status'))
->color(OrderStatusRepository::statusColorMatching())
->formatStateUsing(fn (string $state) => OrderStatusRepository::statusFormatted($state))
->badge()
->sortable()