<?php if( $msg = session('msgAlert')): ?>
<script>
Swal.fire({
icon: "",
title: "<?php echo e($msg['title']); ?>",
html: "<?php echo $msg['message']; ?>",
confirmButtonText:"تایید"
})
</script>
<?php endif; ?><?php /**PATH /home/armgroup/libs/resources/views/layouts/sweetalert2.blade.php ENDPATH**/ ?>