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

Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need.


The icons use here as a replacement to default svg icons are from Line Awesome Icons.

@endsection @section('scripts') @vite('resources/assets/js/select2.js') @vite('resources/assets/js/form-editor-2.js') @endsection