Phone Formatted

Use for Phone format of form view. This component converted number to phone to formatted

formatted number
000 000 000

000 000 0000 

Params

Param
value
Use for

class

string

option class

Components Laravel

view.blade.php
<x-view:phone class="text-red-500">
    012323423
</x-view:phone>
Output
012 323 423

Last updated

Was this helpful?