This commit is contained in:
2024-09-07 06:05:40 +05:00
parent 0404051f7d
commit 46aaf1d6fe
3 changed files with 16 additions and 13 deletions

View File

@@ -229,7 +229,7 @@ class NovaVisaMasterPaymentOrder extends Resource
Text::make(
name: sprintf('%s %s %s', __('Name'), __('Surname'), __('Patronic name')),
attribute: 'full_name'
),
)->rules('required', 'max:255'),
])->maxRows(1)->minRows(1)->rules('required'),
]),
], $request)->asWizard(),