@extends('layouts.master') @section('styles') @endsection @section('content')

Cutom Validation

Looks good!
Looks good!
Please provide a valid city.
Please select a valid state.
Please provide a valid zip.
You must agree before submitting.

Default Validation

You must agree before submitting.

Server Side Validation

Looks good!
Looks good!
Please provide a valid city.
Please select a valid state.
Please provide a valid zip.
You must agree before submitting.

Supported Elements

Please enter a message in the textarea.
Example invalid feedback text
More example invalid feedback text
@
Example invalid input group feedback
Example invalid input group feedback
Example invalid input group feedback

Tooltips

Looks good!
Looks good!
Please provide a valid city.
Please select a valid state.
Please provide a valid zip.
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection