<?php $__env->startPush("head"); ?>
    <title><?php echo e($ropDetay->baslik); ?> - <?php echo e($ropDetay->isim); ?> Röportajı - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="<?php echo e($ropDetay->baslik); ?> - <?php echo e($ropDetay->isim); ?> Röportajı" />
    <link rel="image_src" type="image/jpeg" href="<?php echo e(url('images/roportajlar/'.$ropDetay->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($ropDetay->baslik); ?>" />
    <meta property="og:description" content="<?php echo e($ropDetay->baslik); ?> - <?php echo e($ropDetay->isim); ?> Röportajı" />
    <meta property="og:image" content="<?php echo e(url('images/roportajlar/'.$ropDetay->resim)); ?>" />
    <meta name="twitter:card" content="summary_large_image">
    <meta property="twitter:image" content="<?php echo e(url('images/roportajlar/'.$ropDetay->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($ropDetay->baslik); ?>" />
    <meta name="twitter:description" content="<?php echo e($ropDetay->baslik); ?> - <?php echo e($ropDetay->isim); ?> Röportajı" />
    <meta itemprop="author" content="Haber Sitesi" />
    <meta itemprop="url" content="<?php echo e(URL::current()); ?>" />
    <meta itemprop="thumbnailUrl" content="<?php echo e(url('images/roportajlar/'.$ropDetay->resim)); ?>" />
    <meta itemprop="articleSection" content="Röportajlar" />
    <meta itemprop="mainEntityOfPage" content="<?php echo e(URL::current()); ?>" />
    <meta itemprop="headline" content="<?php echo e($ropDetay->baslik); ?> - <?php echo e($ropDetay->isim); ?> Röportajı" />
    <meta itemprop="image" content="<?php echo e(url('images/roportajlar/'.$ropDetay->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($ropDetay->baslik); ?></span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span>
                <a href="<?php echo e(url('/roportajlar')); ?>">
                    Röportajlar
                </a>
                <span></span> <?php echo e($ropDetay->isim); ?>

            </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" src="<?php echo e(url('images/roportajlar/'.$ropDetay->resim)); ?>" alt="<?php echo e($ropDetay->baslik.' - '. $ropDetay->isim); ?>">
                        <div class="entry-meta meta-1 color-grey mt-15 mb-15">
                            <span class="hit-count"><i class="ti-time mr-5"></i><?php echo e(\Carbon\Carbon::parse($ropDetay->tarih)->formatLocalized('%d %B, %Y, %A %R')); ?></span>
                            <span class="hit-count"><i class="ti-pencil mr-5"></i><?php echo e($ropDetay->editorkim->name); ?></span>
                        </div>
                        <?php echo $ropDetay->detay; ?>

                        <?php if($ropDetay->video != null): ?>
                            <div>
                                <?php echo $ropDetay->video; ?>

                            </div>
                        <?php endif; ?>
                    </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($ropDetay->baslik . ' - ' .$ropDetay->isim . ' Röportajı'); ?>&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/ropDetay.blade.php ENDPATH**/ ?>