@extends('layouts.vertical', ['title' => 'Form Editor', 'sub_title' => 'Forms', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('css') @vite([ 'node_modules/quill/dist/quill.core.css', 'node_modules/quill/dist/quill.bubble.css', 'node_modules/quill/dist/quill.snow.css', ]) @endsection @section('content')

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

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('script') @vite(['resources/js/pages/highlight.js', 'resources/js/pages/form-editor.js']) @endsection