$(document).ready(function(){ $.toast({ heading: 'Berhasil', text: '" . $isi . "', position: 'top-right', loaderBg:'#ff6849', icon: 'success', hideAfter: 5000, stack: 6 }); }); "; } public function gagal($isi) { return " "; } }