wip
This commit is contained in:
@@ -123,7 +123,9 @@ class CardResource extends Resource
|
|||||||
->label(__('Card balance'))
|
->label(__('Card balance'))
|
||||||
->icon('heroicon-m-credit-card')
|
->icon('heroicon-m-credit-card')
|
||||||
->requiresConfirmation(false)
|
->requiresConfirmation(false)
|
||||||
->modalContent(fn (Card $record): View => CardBalanceRepository::make()->showCardBalance($record)),
|
->modal()
|
||||||
|
->modalContent(fn (Card $record): View => CardBalanceRepository::make()->showCardBalance($record))
|
||||||
|
->modalFooterActions([]),
|
||||||
|
|
||||||
EditAction::make()
|
EditAction::make()
|
||||||
->label(''),
|
->label(''),
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<h2>Client not found</h2>
|
<h2>{{ $data->message }}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user