wip
This commit is contained in:
@@ -31,7 +31,7 @@ class VisaMasterPaymentOrderForm
|
||||
->components([
|
||||
Hidden::make('user_id')->default(Auth::id()),
|
||||
|
||||
Section::make(__('Order details'))
|
||||
Section::make()
|
||||
->columnSpan(4)
|
||||
->columns(4)
|
||||
->disabled(fn (string $context): bool => FilamentPermissionRepository::forClients())
|
||||
|
||||
Reference in New Issue
Block a user