@extends('layouts.master') @section('title')Form Mask @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Forms @endslot @slot('title') Form Mask @endslot @endcomponent @endsection

Examples

/^[1-6]\d{0,5}$/
+{7}(000)000-00-00
in range [-10000, 10000]
'dd.mm.yyyy' in range [01.01.1990, 01.01.2020]
phone or email
currency input
@endsection @section('script') @endsection