This commit is contained in:
2025-11-13 21:48:38 +05:00
parent 816a6c2f60
commit b67fd61bf8
4 changed files with 118 additions and 2 deletions

View File

@@ -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())