This commit is contained in:
2025-10-28 21:28:06 +05:00
parent 0833b7ff8f
commit 2c323cf1de

View File

@@ -148,6 +148,7 @@ class CardResource extends Resource
->required()
->beforeOrEqual('today'),
])
->openUrlInNewTab()
->action(fn (array $data, Card $record) => CardTransactionRepository::make()->downloadCardTransaction($data, $record)),
EditAction::make()