ca1b24ff075c9303c2a4651223024bae6a4a44ce.php
| 6.1 KB | Satir:
0
| php
Geri
<?php $__env->startPush("head"); ?> <title><?php echo e(config('ayarlar.baslik')); ?> İletişim Bilgileri</title> <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> iletişim bilgilerini içerir. İletişime geçmek için sitemizi ziyaret ediniz." /> <?php $__env->stopPush(); ?> <?php $__env->startSection("content"); ?> <section> <div class="archive-header text-center mb-30"> <h1><span class="font-weight-ultra">İletişim</span></h1> <div class="breadcrumb"> <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a> <span></span> İletişim </div> </div> </section> <section class="pt-30 bg-white box-shadow mt-15 mb-30"> <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped"> <tbody> <?php if(config('ayarlar.adres') != null): ?> <tr> <td width="30" height="30"> <strong>Adres</strong> </td> <td width="10" height="30">:</td> <td width="200" height="30"><?php echo e(config('ayarlar.adres')); ?></td> </tr> <?php endif; ?> <?php if(config('ayarlar.tel') != null): ?> <tr> <td width="30" height="30"><strong>Telefon</strong></td> <td width="10" height="30">:</td> <td width="200" height="30"><?php echo e(config('ayarlar.tel')); ?></td> </tr> <?php endif; ?> <?php if(config('ayarlar.faks') != null): ?> <tr> <td width="30" height="30"><strong>Faks</strong></td> <td width="10" height="30">:</td> <td width="200" height="30"><?php echo e(config('ayarlar.faks')); ?></td> </tr> <?php endif; ?> <?php if(config('ayarlar.whatsapp') != null): ?> <tr> <td width="30" height="30"><strong>WhatsApp</strong></td> <td width="10" height="30">:</td> <td width="200" height="30"><a href="https://wa.me/<?php echo e(config('ayarlar.whatsapp')); ?>" target="_blank"><?php echo e(config('ayarlar.whatsapp')); ?></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.eposta') != null): ?> <tr> <td height="30"><strong>E-Mail</strong></td> <td height="30">:</td> <td height="30"><a target="_blank" href="mailto:<?php echo e(config('ayarlar.eposta')); ?>"><?php echo e(config('ayarlar.eposta')); ?></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.twkullanici') != null): ?> <tr> <td height="30"><strong>Twitter</strong></td> <td height="30">:</td> <td height="30"><a href="https://www.twitter.com/<?php echo e(config('ayarlar.twkullanici')); ?>" target="_blank"><i class="fa fa-twitter fa-lg"></i></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.fbsayfa') != null): ?> <tr> <td height="30"><strong>Facebook</strong></td> <td height="30">:</td> <td height="30"><a href="<?php echo e(config('ayarlar.fbsayfa')); ?>" target="_blank"><i class="fa fa-facebook fa-lg"></i></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.youtube') != null): ?> <tr> <td height="30"><strong>Youtube</strong></td> <td height="30">:</td> <td height="30"><a href="<?php echo e(config('ayarlar.youtube')); ?>" target="_blank"><i class="ti-youtube"></i></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.instagram') != null): ?> <tr> <td height="30"><strong>Instagram</strong></td> <td height="30">:</td> <td height="30"><a href="<?php echo e(config('ayarlar.instagram')); ?>" target="_blank"><i class="ti-instagram"></i></a></td> </tr> <?php endif; ?> <?php if(config('ayarlar.linkedin') != null): ?> <tr> <td height="30"><strong>Linkedin</strong></td> <td height="30">:</td> <td height="30"><a href="<?php echo e(config('ayarlar.linkedin')); ?>" target="_blank"><i class="fa fa-linkedin fa-lg"></i></a></td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startPush("customJs"); ?> <?php $__env->stopPush(); ?> <?php $__env->startPush("customCss"); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('frontend.'.$temaadi.'.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/yeniistik/public_html/resources/views/frontend/tema9/iletisim.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet