This commit is contained in:
2025-11-03 20:03:02 +05:00
parent e9f95b7ca8
commit 516c17326c
9 changed files with 30 additions and 78 deletions

View File

@@ -91,7 +91,6 @@ class LoanOrderForm
TextInput::make('loan_amount')
->label(__('Loan amount'))
->numeric()
->required()
->minValue(1)
->maxValue(40000)
->suffix('TMT')