<div>
<?php if(!Settings('hide_social_share_btn') =='1'): ?>
<div class="social_btns">
<a target="_blank"
href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(URL::current()); ?>"
class="social_btn fb_bg"> <i class="fab fa-facebook-f"></i>
Facebook</a>
<a target="_blank"
href="https://twitter.com/intent/tweet?text=<?php echo e($blog->title); ?>&url=<?php echo e(URL::current()); ?>"
class="social_btn Twitter_bg"> <i
class="fab fa-twitter"></i> <?php echo e(__('frontend.Twitter')); ?></a>
<a target="_blank"
href="https://pinterest.com/pin/create/link/?url=<?php echo e(URL::current()); ?>&description=<?php echo e($blog->title); ?>"
class="social_btn Pinterest_bg"> <i
class="fab fa-pinterest-p"></i> <?php echo e(__('frontend.Pinterest')); ?></a>
<a target="_blank"
href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo e(URL::current()); ?>&title=<?php echo e($blog->title); ?>&summary=<?php echo e($blog->title); ?>"
class="social_btn Linkedin_bg"> <i
class="fab fa-linkedin-in"></i> <?php echo e(__('frontend.Linkedin')); ?></a>
</div>
<?php endif; ?>
</div>
<?php /**PATH /home/bouloter/infix/resources/views/frontend/infixlmstheme/components/blog-details-share-section.blade.php ENDPATH**/ ?>