Welcome back, Allie!

You have 12 new messages and 7 new notifications.
8.18K 1.3%
Income
1.11K 4.1%
Expense
3.66K 7.5%
Revenue
Design Travel lifestyle
Hello there,

The toolbar can be customized and it also supports various callbacks such as oninit, onfocus, onpaste and many more.

Please try paste some texts here

Note: Image size should be 1024x640 with JPG file format.

Drag and drop a file here or click

Ooops, something wrong appended.

    Drag and drop or click to replace

    $(document).ready(function() { $('.summernote').summernote(); $('.note-editor .note-btn').on('click', function() { $(this).next().toggleClass("show"); }); }); $(function() { $('.dropify').dropify(); var drEvent = $('#dropify-event').dropify(); drEvent.on('dropify.beforeClear', function(event, element) { return confirm("Do you really want to delete \"" + element.file.name + "\" ?"); }); drEvent.on('dropify.afterClear', function(event, element) { alert('File deleted'); }); });