CKEditor not sending value to Laravel Controller
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
// Just do following
$('form#ajax').on('submit', function(){
for ( instance in CKEDITOR.instances ) {
CKEDITOR.instances[instance].updateElement();
}
//rest of your code