loan order

This commit is contained in:
2024-09-24 13:28:22 +05:00
parent ace16087a7
commit 04d9b9ac7a
7 changed files with 600 additions and 5 deletions

View File

@@ -98,12 +98,12 @@ class LoanOrderFieldsForDetail
Text::make(__('Name on card'), 'card_name'),
Select::make(__('Expiration month'), 'card_month')
Select::make(__('Card'). ' ' . __('Expiration month'), 'card_month')
->displayUsingLabels()
->searchable()
->options(DateHelperRepository::monthsAsNumber()),
Select::make(__('Expiration year'), 'card_year')
Select::make(__('Card'). ' ' . __('Expiration year'), 'card_year')
->displayUsingLabels()
->searchable()
->options(DateHelperRepository::yearsUntil()),
@@ -182,7 +182,7 @@ class LoanOrderFieldsForDetail
->size('w-1/2'),
]),
new Panel(__('1. Guarantor'), [
new Panel('1. ' . __('Guarantor'), [
Text::make(__('Guarantor name'), 'guarantor_name'),
Text::make(__('Guarantor Surname'), 'guarantor_surname'),
@@ -204,7 +204,7 @@ class LoanOrderFieldsForDetail
->options(DateHelperRepository::yearsUntil()),
]),
new Panel(__('2. Guarantor'), [
new Panel('2. ' . __('Guarantor'), [
Text::make(__('Guarantor name'), 'guarantor_2_name'),
Text::make(__('Guarantor Surname'), 'guarantor_2_surname'),
Text::make(__('Guarantor Patronic name'), 'guarantor_2_patronic_name'),