wip
This commit is contained in:
@@ -91,7 +91,6 @@ class LoanOrderForm
|
||||
TextInput::make('loan_amount')
|
||||
->label(__('Loan amount'))
|
||||
->numeric()
|
||||
->required()
|
||||
->minValue(1)
|
||||
->maxValue(40000)
|
||||
->suffix('TMT')
|
||||
|
||||
Reference in New Issue
Block a user