f3e3c7cb197d75537f67dd96a9191dd0bb8ac040.php
| 4.7 KB | Satir:
0
| php
Geri
<?php $__env->startPush("head"); ?> <title><?php echo e($bioDetay->baslik); ?> Biyografisi - <?php echo e(config('ayarlar.baslik')); ?></title> <meta name="description" content="<?php echo e($bioDetay->metadesc); ?>" /> <link rel="image_src" type="image/jpeg" href="<?php echo e(url('images/biyografiler/'.$bioDetay->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($bioDetay->baslik); ?>" /> <meta property="og:description" content="<?php echo e($bioDetay->metadesc); ?>" /> <meta property="og:image" content="<?php echo e(url('images/biyografiler/'.$bioDetay->resim)); ?>" /> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:image" content="<?php echo e(url('images/biyografiler/'.$bioDetay->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($bioDetay->baslik); ?>" /> <meta name="twitter:description" content="<?php echo e($bioDetay->metadesc); ?>" /> <meta itemprop="author" content="Haber Sitesi" /> <meta itemprop="url" content="<?php echo e(URL::current()); ?>" /> <meta itemprop="thumbnailUrl" content="<?php echo e(url('images/biyografiler/'.$bioDetay->resim)); ?>" /> <meta itemprop="articleSection" content="Biyografiler" /> <meta itemprop="mainEntityOfPage" content="<?php echo e(URL::current()); ?>" /> <meta itemprop="headline" content="<?php echo e($bioDetay->baslik); ?>" /> <meta itemprop="image" content="<?php echo e(url('images/biyografiler/'.$bioDetay->resim)); ?>" /> <?php $__env->stopPush(); ?> <?php $__env->startSection("content"); ?> <section> <div class="archive-header text-center mt-10 mb-30"> <h1><span class="font-weight-ultra"><?php echo e($bioDetay->baslik); ?></span> Biyografisi</h1> <div class="breadcrumb"> <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a> <span></span> <a href="<?php echo e(url('/biyografiler')); ?>"> Biyografiler </a> <span></span> <?php echo e($bioDetay->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="news-detail clearfix"> <img class="img-thumbnail float-left mr-3" src="<?php echo e(url('images/biyografiler/'.$bioDetay->resim)); ?>" alt="<?php echo e($bioDetay->baslik); ?>"> <?php echo $bioDetay->detay; ?> </div> <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($bioDetay->baslik . ' Biyografisi'); ?>&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/bioDetay.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet