This commit is contained in:
2023-11-30 16:18:04 +05:00
parent fbe70ee0b2
commit 3818b5fb63
2 changed files with 3 additions and 1 deletions

View File

@@ -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')