@extends('layouts.master') @section('styles') @endsection @section('content')
Form Validation
Forms
Form Validation
Cutom Validation
First name
Looks good!
Last name
Looks good!
City
Please provide a valid city.
State
U.S.A
New york
New york
New york
New york
New york
New york
Please select a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit form
Default Validation
First name
Last name
City
State
Choose...
...
Zip
Agree to terms and conditions
You must agree before submitting.
Submit form
Server Side Validation
First name
Looks good!
Last name
Looks good!
City
Please provide a valid city.
State
Choose...
...
Please select a valid state.
Zip
Please provide a valid zip.
Agree to terms and conditions
You must agree before submitting.
Submit form
Supported Elements
Textarea
Please enter a message in the textarea.
Check this custom checkbox
Example invalid feedback text
Toggle this custom radio
Or toggle this other custom radio
More example invalid feedback text
@
Example invalid input group feedback
Options
Choose...
One
Two
Three
Example invalid input group feedback
Example invalid input group feedback
Tooltips
First name
Looks good!
Last name
Looks good!
City
Please provide a valid city.
State
Choose...
...
Please select a valid state.
Zip
Please provide a valid zip.
Submit form
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection