سلام هیچ خطایی در کدها وجود نداردفقط این toast نمایش داده نمیشه
error: function (error) { if (error.responseJSON.error) { /* alert(error.responseJSON.message);*/ /*alert(error.responseJSON.message);*/ $.toast({ /* heading: 'خطا',*/ text: error.responseJSON.message, icon: 'error', loader: true, // Change it to false to disable loader loaderBg: '#5a5a5a', // To change the background textAlign: 'right', bgColor: '#FF1356', hideAfter: 3000, }) } }