{{-- extend Layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Form Editor') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page content --}} @section('content')
Snow is a clean, flat toolbar theme.
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.
  // <link href="https://cdn.quilljs.com/1.0.5/quill.snow.css" rel="stylesheet">
	// <script src="https://cdn.quilljs.com/1.0.5/quill.min.js" type="text/javascript"></script>
	var quill = new Quill('#editor', {
	modules: {
		toolbar: '#toolbar'
	},
	theme: 'snow'
	});
	// Open your browser's developer console to try out the API!
											
                      Built with
              Bubble is a simple tooltip based theme. Try double clicking on text,
              you should see bubble
              with toolbars for editing.
            
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.
    // <link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
    // <script src="https://cdn.quilljs.com/1.3.6/quill.min.js" type="text/javascript"></script>
    var quill = new Quill('#editor', {
    modules: {
      toolbar: '#toolbar'
    },
    theme: 'snow'
    });
    // Open your browser's developer console to try out the API!
                      Built with
              By default all formats are enabled and allowed to exist within a Quill editor and can be configured with
              the formats option. This is separate from adding a control in the
              Toolbar. For
              example, you can configure Quill to allow bolded content to be pasted into an editor that has no bold
              button in the toolbar.
            
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.
  // <link href="https://cdn.quilljs.com/1.0.5/quill.snow.css" rel="stylesheet">
	// <script src="https://cdn.quilljs.com/1.0.5/quill.min.js" type="text/javascript"></script>
	var quill = new Quill('#editor', {
	modules: {
		toolbar: '#toolbar'
	},
	theme: 'snow'
	});
	// Open your browser's developer console to try out the API!
											
                      Built with