change patronic name
This commit is contained in:
@@ -207,7 +207,7 @@ class LoanOrder 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'),
|
||||
|
||||
Select::make(__('Education'), 'education')
|
||||
->displayUsingLabels()
|
||||
|
||||
Reference in New Issue
Block a user