change patronic name

This commit is contained in:
2024-03-27 14:27:35 +05:00
parent ebcdea3920
commit cf7811eb52
5 changed files with 5 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ class CardOrder extends Resource
Text::make(__('Patronic name'), 'customer_patronic_name')
->size('w-1/3')
->rules('required', 'string', new OnlyLetters(), 'max:255'),
->rules('nullable', 'string', new OnlyLetters(), 'max:255'),
Text::make(__('Old surname (if changed)'), 'old_surname')
->size('w-1/2')