@extends('layouts.vertical', ['subtitle' => 'Editors']) @section('css') @vite(['node_modules/quill/dist/quill.snow.css','node_modules/quill/dist/quill.bubble.css']) @endsection @section('content') @include('layouts.partials/page-title', ['title' => 'Form', 'subtitle' => 'Editors'])
Snow Editor

Use snow-editor id to set snow editor.

Hello World!


This is a simple editable area.


  • Select a text to reveal the toolbar.
  • Edit rich document on-the-fly, so elastic!


End of simple area

Bubble Editor

Use bubble-editor id to set bubble editor.

Hello World!


This is a simple editable area.


  • Select a text to reveal the toolbar.
  • Edit rich document on-the-fly, so elastic!


End of simple area

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