$Event->id])); ?>',
start: 'start_date))); ?>',
end: 'end_date))); ?>',
className: ['info']
},
type ==2): ?>
{
id: id; ?>,
title: 'title; ?>',
url: '$Event->id])); ?>',
start: 'start_date))); ?>',
end: 'end_date))); ?>',
className: ['danger']
},
type ==1): ?>
{
id: id; ?>,
title: 'title; ?>',
url: '$Event->id])); ?>',
start: 'start_date))); ?>',
className: ['green']
},
{
id: id; ?>,
title: 'title; ?>',
url: '$Event->id])); ?>',
start: 'start_date))); ?>',
className: ['white']
},
popLoop(); $loop = $__env->getLastLoop(); ?>
],
eventResize: function(event, delta, revertFunc) {
if (!confirm('is this okay?')) {
revertFunc();
}else{
$(document).ready(function(){
$.ajax({
url: '/' + event.id + '/extend',
type: 'post',
data: {'started_on': event.start.format(),'ended_on':event.end.format(),'_token':''},
success: function(data){
}
});
});
}
},
eventDrop: function( event, delta, revertFunc, jsEvent, ui, view ) {
if (!confirm('is this okay?')) {
revertFunc();
}else{
$(document).ready(function(){
$.ajax({
url: '/' + event.id + '/extend',
type: 'post',
data: {'started_on': event.start.format(),'_token':''},
success: function(data){
}
});
});
}
}
}">
: ( )
stopSection(); ?>
startSection('footerInclude'); ?>
stopSection(); ?>
make('backEnd.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>