7422783b68361a7a45b9552cf6a17565fdd4d772.php
| 2.5 KB | Satir:
0
| php
Geri
<div class="sidebar-widget widget-social-network mb-30"> <div class="widget-header position-relative mb-10 pb-10"> <h5 class="widget-title dot mb-10">Bizi Takip Edin</h5> <div class="bt-1 border-color-1"></div> </div> <div class="social-network"> <div class="follow-us d-flex align-items-center justify-content-between"> <?php if(config('ayarlar.fbsayfa') != null): ?> <a class="follow-us-facebook clearfix mb-10" href="<?php echo e(config('ayarlar.fbsayfa')); ?>" target="_blank"> <div class="social-icon"> <i class="ti-facebook mr-5 v-align-space"></i> <i class="ti-facebook mr-5 v-align-space nth-2"></i> </div> <span class="social-name">Facebook</span> </a> <?php endif; ?> <?php if(config('ayarlar.twkullanici') != null): ?> <a class="follow-us-twitter clearfix mb-10" href="https://www.twitter.com/<?php echo e(config('ayarlar.twkullanici')); ?>" target="_blank"> <div class="social-icon"> <i class="ti-twitter-alt mr-5 v-align-space"></i> <i class="ti-twitter-alt mr-5 v-align-space nth-2"></i> </div> <span class="social-name">Twitter</span> </a> <?php endif; ?> </div> <div class="follow-us d-flex align-items-center"> <?php if(config('ayarlar.instagram') != null): ?> <a class="follow-us-instagram clearfix mr-5" href="<?php echo e(config('ayarlar.instagram')); ?>" target="_blank"> <div class="social-icon"> <i class="ti-instagram mr-5 v-align-space"></i> <i class="ti-instagram mr-5 v-align-space nth-2"></i> </div> <span class="social-name">Instagram</span> </a> <?php endif; ?> <?php if(config('ayarlar.youtube') != null): ?> <a class="follow-us-youtube clearfix ml-5" href="<?php echo e(config('ayarlar.youtube')); ?>" target="_blank"> <div class="social-icon"> <i class="ti-youtube mr-5 v-align-space"></i> <i class="ti-youtube mr-5 v-align-space nth-2"></i> </div> <span class="social-name">Youtube</span> </a> <?php endif; ?> </div> </div> </div> <?php /**PATH /home/yeniistik/public_html/resources/views/frontend/tema9/blocks/sosyalMedya.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet