change patronic name
This commit is contained in:
@@ -253,7 +253,7 @@ class CardOrder extends Resource
|
|||||||
|
|
||||||
Text::make(__('Patronic name'), 'customer_patronic_name')
|
Text::make(__('Patronic name'), 'customer_patronic_name')
|
||||||
->size('w-1/3')
|
->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')
|
Text::make(__('Old surname (if changed)'), 'old_surname')
|
||||||
->size('w-1/2')
|
->size('w-1/2')
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ class CardPin extends Resource
|
|||||||
|
|
||||||
Text::make(__('Patronic name'), 'customer_patronic_name')
|
Text::make(__('Patronic name'), 'customer_patronic_name')
|
||||||
->size('w-1/3')
|
->size('w-1/3')
|
||||||
->rules('required', 'string', new OnlyLetters(), 'max:255'),
|
->rules('nullable', 'string', new OnlyLetters(), 'max:255'),
|
||||||
|
|
||||||
Date::make(__('Date of birth'), 'born_at')
|
Date::make(__('Date of birth'), 'born_at')
|
||||||
->size('w-1/2')
|
->size('w-1/2')
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ class CardRequisite extends Resource
|
|||||||
|
|
||||||
Text::make(__('Patronic name'), 'customer_patronic_name')
|
Text::make(__('Patronic name'), 'customer_patronic_name')
|
||||||
->size('w-1/3')
|
->size('w-1/3')
|
||||||
->rules('required', 'string', new OnlyLetters(), 'max:255'),
|
->rules('nullable', 'string', new OnlyLetters(), 'max:255'),
|
||||||
|
|
||||||
Date::make(__('Date of birth'), 'born_at')
|
Date::make(__('Date of birth'), 'born_at')
|
||||||
->size('w-1/2')
|
->size('w-1/2')
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ class LoanOrder extends Resource
|
|||||||
|
|
||||||
Text::make(__('Patronic name'), 'customer_patronic_name')
|
Text::make(__('Patronic name'), 'customer_patronic_name')
|
||||||
->size('w-1/3')
|
->size('w-1/3')
|
||||||
->rules('required', 'string', new OnlyLetters(), 'max:255'),
|
->rules('nullable', 'string', new OnlyLetters(), 'max:255'),
|
||||||
|
|
||||||
Select::make(__('Education'), 'education')
|
Select::make(__('Education'), 'education')
|
||||||
->displayUsingLabels()
|
->displayUsingLabels()
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ class LoanPaidOffLetterOrder extends Resource
|
|||||||
|
|
||||||
Text::make(__('Patronic name'), 'customer_patronic_name')
|
Text::make(__('Patronic name'), 'customer_patronic_name')
|
||||||
->size('w-1/3')
|
->size('w-1/3')
|
||||||
->rules('required', 'string', new OnlyLetters(), 'max:255'),
|
->rules('nullable', 'string', new OnlyLetters(), 'max:255'),
|
||||||
|
|
||||||
Select::make(__('Passport serie'), 'passport_serie')
|
Select::make(__('Passport serie'), 'passport_serie')
|
||||||
->displayUsingLabels()
|
->displayUsingLabels()
|
||||||
|
|||||||
Reference in New Issue
Block a user