$('body').on('click','a.remote-delete', function () {
          $.ajax({
             type: 'post',
             url: this.href,
             data: { _method: 'delete',