@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Form Mask @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Form Mask @endslot @endcomponent
Input masks can be used to force the user to enter data conform a specific format. Unlike validation, the user can't enter any other key than the ones specified by the mask.