<?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 C:\xampp\armshop\resources\views/layouts/iziToast.blade.php ENDPATH**/ ?>