?
<div class="modal fade socialshare" id="shareModal" tabindex="-1" aria-labelledby="ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="ModalLabel">Share On Social Media</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class=" social-icon">
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/share.php?u=<?php echo e(url('/post').'/'.$data->slug); ?>" class="me-2"> <i class="bi bi-facebook"></i></a>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/intent/tweet?text=<?php echo e(url('/post').'/'.$data->slug); ?>" class="me-2"> <i class="bi bi-twitter-x"></i> </a>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/sharing/share-offsite/?url=<?php echo e(url('/post').'/'.$data->slug); ?>" class="me-2"> <i class="bi bi-linkedin"></i> </a>
<a target="_blank" rel="noopener noreferrer" href="https://api.whatsapp.com/send?text=Check this promotion <?php echo e($data->title); ?><?php echo e(url('/post').'/'.$data->slug); ?>" class="me-2"> <i class="bi bi-whatsapp"></i> </a>
<a target="_blank" rel="noopener noreferrer" href="mailto:?subject=Hi,%20Check%20out%20this:&body=Check this promotion <?php echo e($data->title ?? ''); ?> on <?php echo e(url('/post').'/'.$data->slug); ?>" aria-label="Share via Email" data-service="Email" >
<i class="bi bi-send"></i> </a>
</div>
</div>
</div>
</div>
</div><?php /**PATH /home/sanghavirealty/public_html/resources/views/modals/marketplace-share.blade.php ENDPATH**/ ?>