@extends('layouts.master') @section('title', 'Input Mask') @section('content')
Date
Add class of .date with data-mask attribute
Time
Add class of .hour with data-mask attribute
Phone no.
Add class of .mob_no with data-mask attribute
Network
Add class of .ip with data-mask attribute
@endsection @section('scripts') @endsection