This commit is contained in:
2024-11-26 14:34:02 +05:00
parent 5eb70a0ec6
commit 0865c2dc9e
2 changed files with 3 additions and 4 deletions

View File

@@ -177,7 +177,6 @@ class LoanOrderMobile extends Resource
->searchable()
->options(LoanOrderRequiredDocsRepository::values())
->fullWidth()
->rules('required')
->canSeeWhen('systemUser', $this),
Trix::make(__('Note'), 'notes')
@@ -361,9 +360,7 @@ class LoanOrderMobile extends Resource
->size('w-1/4')
->rules('nullable', 'integer', 'between:61000000, 71999999'),
NovaInputmask::make(__('Home phone'), 'phone_home')
->mask('+(\\9\\93)-9{8}')
->storeRawValue()
Text::make(__('Home phone'), 'phone_home')
->size('w-1/4')
->rules('required'),
]),