<?php if( $msg = session('msg')): ?>
<script>
iziToast.<?php echo e($msg['status']); ?>({
title: '<?php echo e($msg['title']); ?>',
message: '<?php echo e($msg['message']); ?>',
'position': 'topLeft'
});
</script>
<?php endif; ?>
<?php /**PATH /home/technova/technovar/resources/views/admin/partials/iziToast.blade.php ENDPATH**/ ?>