c2ff9951a0461f37061ace74ca0c127269715d48.php
| 7.2 KB | Satir:
0
| php
Geri
<?php $__env->startPush("head"); ?> <title><?php echo e($firmaDetay->baslik); ?> Firma Bilgileri - <?php echo e(config('ayarlar.baslik')); ?></title> <meta name="description" content="<?php echo e($firmaDetay->baslik); ?> Firma Bilgileri" /> <link rel="image_src" type="image/jpeg" href="<?php echo e(url('images/firmalar/'.$firmaDetay->resim)); ?>" /> <meta property="og:type" content="article" /> <meta property="og:site_name" content="<?php echo e(config('ayarlar.baslik')); ?>" /> <meta property="og:url" content="<?php echo e(URL::current()); ?>" /> <meta property="og:title" content="<?php echo e($firmaDetay->baslik .' Firma Bilgileri'); ?>" /> <meta property="og:description" content="<?php echo e($firmaDetay->baslik .' Firma Bilgileri'); ?>" /> <meta property="og:image" content="<?php echo e(url('images/firmalar/'.$firmaDetay->baslik)); ?>" /> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:image" content="<?php echo e(url('images/firmalar/'.$firmaDetay->resim)); ?>" /> <meta name="twitter:site" content="<?php echo e('@'.config('ayarlar.twkullanici')); ?>"> <meta name="twitter:url" content="<?php echo e(URL::current()); ?>"> <meta name="twitter:title" content="<?php echo e($firmaDetay->baslik .' Firma Bilgileri'); ?>" /> <meta name="twitter:description" content="<?php echo e($firmaDetay->baslik .' Firma Bilgileri'); ?>" /> <meta itemprop="author" content="Haber Sitesi" /> <meta itemprop="url" content="<?php echo e(URL::current()); ?>" /> <meta itemprop="thumbnailUrl" content="<?php echo e(url('images/firmalar/'.$firmaDetay->resim)); ?>" /> <meta itemprop="articleSection" content="Firma Rehberi" /> <meta itemprop="mainEntityOfPage" content="<?php echo e(URL::current()); ?>" /> <meta itemprop="headline" content="<?php echo e($firmaDetay->baslik .' Firma Bilgileri'); ?>" /> <meta itemprop="image" content="<?php echo e(url('images/firmalar/'.$firmaDetay->resim)); ?>" /> <?php $__env->stopPush(); ?> <?php $__env->startSection("content"); ?> <section> <div class="archive-header text-center mb-30"> <h1><span class="font-weight-ultra"><?php echo e($firmaDetay->baslik); ?></span></h1> <div class="breadcrumb"> <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a> <span></span> <a href="<?php echo e(url('/firma-rehberi')); ?>">Firma Rehberi</a> <span></span> <?php echo e($firmaDetay->baslik); ?> </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-8"> <div class="text-center mb-3"> <img class="mb-2 mx-auto" src="<?php echo e(url('images/firmalar/'.$firmaDetay->resim)); ?>" alt="<?php echo e($firmaDetay->baslik); ?>"> </div> <ul class="list-group pl-0 mb-0"> <li class="list-group-item"> <strong>Firma Adı: </strong> <?php echo e($firmaDetay->baslik); ?> </li> <li class="list-group-item"> <strong>Yetkili: </strong> <?php echo e($firmaDetay->yetkili); ?> </li> <li class="list-group-item"> <strong>Telefon: </strong> <?php echo e($firmaDetay->telefon); ?> </li> <li class="list-group-item"> <strong>Faks: </strong> <?php echo e($firmaDetay->faks); ?> </li> <li class="list-group-item"> <strong>Web: </strong> <a class="text-dark" target="_blank" rel="nofollow" href="<?php echo e($firmaDetay->website); ?>"><?php echo e($firmaDetay->website); ?></a> </li> <li class="list-group-item"> <strong>Mail: </strong> <a class="text-dark" href="mailto:<?php echo e($firmaDetay->email); ?>"><?php echo e($firmaDetay->email); ?></a> </li> <li class="list-group-item"> <strong>Şehir: </strong> <?php echo e($firmasehir->il_adi); ?> </li> <li class="list-group-item"> <strong>İlçe: </strong> <?php echo e($firmailce->isim); ?> </li> <li class="list-group-item"> <strong>Adres: </strong> <?php echo e($firmaDetay->adres); ?> </li> </ul> <div class="clearfix"></div> <br/> <?php echo $firmaDetay->detay; ?> <?php if($firmaDetay->video != null): ?> <br/> <div> <?php echo $firmaDetay->video; ?> </div> <br/> <?php endif; ?> <?php if($firmaDetay->konum != null): ?> <br/> <strong>Konum:</strong> <div> <?php echo $firmaDetay->konum; ?> </div> <?php endif; ?> <div class="single-social-share mb-15 clearfix"> <ul class="d-inline-block list-inline"> <li class="list-inline-item"><a class="social-icon facebook-icon text-xs-center color-white" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(URL::current()); ?>" onclick="window.open(this.href, 'face-share', 'width=605,height=370');return false;"><i class="ti-facebook"></i></a></li> <li class="list-inline-item"><a class="social-icon twitter-icon text-xs-center color-white" target="_blank" href="https://twitter.com/intent/tweet?text=<?php echo e($firmaDetay->baslik . ' Firma Bilgileri'); ?>&url=<?php echo e(URL::current()); ?>&via=<?php echo e(config('ayarlar.twkullanici')); ?>" onclick="window.open(this.href, 'twit-share', 'width=605,height=370');return false;"><i class="ti-twitter-alt"></i></a></li> </ul> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12 primary-sidebar sticky-sidebar sticky-sidebar"> <?php echo $__env->make('frontend.'.$temaadi.'.blocks.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </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/firmaDetay.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet