This commit is contained in:
2024-11-26 14:21:55 +05:00
parent 762267e597
commit 5eb70a0ec6

View File

@@ -122,9 +122,7 @@ class LoanOrderMobileFieldsForDetail
->storeRawValue()
->size('w-1/4'),
NovaInputmask::make(__('Home phone'), 'phone_home')
->mask('+(\\9\\93)-9{8}')
->storeRawValue()
Text::make(__('Home phone'), 'phone_home')
->size('w-1/4'),
]),