<?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',
zindex: 9999999999999
});
</script>
<?php endif; ?>
<?php /**PATH /home/armgroup/libs/resources/views/layouts/iziToast.blade.php ENDPATH**/ ?>