How to reuse a Form Field?
In using a DRY principle, I want to use Phone input that can be use in all forms. Currently, I've been copy-pasting them accross pages.
So instead of this, is there a way I can use
PhoneInput::make('primary_phone')
?2 Replies