<?php $flashDataView['message'] = 'İşlem başarıyla sonuçlandı';?>
<script>
toastr.success('<?php echo $flashDataView['message'] ;?>');
</script>