@extends('layouts.master') @section('title') @lang('translation.Form_Validation') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Forms @endslot @slot('title') Form Validation @endslot @endcomponent
Provide valuable, actionable feedback to your users with HTML5 form validation–available in all our supported browsers.
If your form layout allows it, you can swap the
.{valid|invalid}-feedback
classes for
.{valid|invalid}-tooltip
classes to display validation feedback in a
styled tooltip.
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.