@extends('layouts.vertical', ['title' => 'Form Validation']) @section('css') @vite(['node_modules/quill/dist/quill.bubble.css', 'node_modules/quill/dist/quill.core.css', 'node_modules/quill/dist/quill.snow.css', 'node_modules/summernote/dist/summernote-bs5.min.css']) @endsection @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Forms', 'title' => 'Validation'])

Quilljs

Quill is a modern WYSIWYG editor built for compatibility and extensibility

Quilljs on View Official Website
Snow Editor

Snow is a clean, flat toolbar theme.

A powerful and responsive admin dashboard template built on Bootstrap.


  • Fully responsive layout with a sleek and modern design.
  • Multiple pre-built pages such as login, registration, dashboard, charts, tables, and more.
  • Includes various components like modals, alerts, navigation menus, etc.
  • Easy to customize and extend to suit your project’s needs.
  • Built with Bootstrap 5x, ensuring compatibility with a wide range of devices.


Inspinia Admin is the perfect choice for your next admin project. Get started today and create a stunning interface for your application.

Bubble Editor

Bubble is a simple tooltip based theme.

A powerful and responsive admin dashboard template built on Bootstrap.


  • Fully responsive layout with a sleek and modern design.
  • Multiple pre-built pages such as login, registration, dashboard, charts, tables, and more.
  • Includes various components like modals, alerts, navigation menus, etc.
  • Easy to customize and extend to suit your project’s needs.
  • Built with Bootstrap 5x, ensuring compatibility with a wide range of devices.


Inspinia Admin is the perfect choice for your next admin project. Get started today and create a stunning interface for your application.

@endsection @section('scripts') @vite(['resources/js/pages/form-quilljs.js']) @endsection