wip
This commit is contained in:
@@ -67,7 +67,7 @@ class LoanType extends Resource
|
||||
Number::make(__('Tax'), 'tax')
|
||||
->rules('required', 'numeric', 'max:100'),
|
||||
|
||||
Text::make(__('Maturity'), 'maturity')
|
||||
Text::make(__('Laon maturity'), 'maturity')
|
||||
->rules('required', 'string', 'max:255'),
|
||||
|
||||
Text::make(__('Notes'), 'notes')
|
||||
|
||||
Reference in New Issue
Block a user