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

Bootstrap Validation - Custom Style

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

Bootstrap Validation - Tooltips

Looks good!
Looks good!
@
Please choose a unique and valid username.
Please provide a valid city.
Please provide a valid state.
@endsection @section('script') @endsection