<?php $__env->startPush("head"); ?>
    <title>Köşe Yazarları - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> köşe yazarları" />
    <meta name="keywords" content="yazarlar, köşe yazıları" />
<?php $__env->stopPush(); ?>
<?php $__env->startSection("content"); ?>
    <section>
        <div class="archive-header text-center mb-30">
            <h1><span class="font-weight-ultra">KÖŞE YAZARLARI</span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span>Yazarlar
            </div>
        </div>
    </section>
    <section class="block-wrapper">
            <?php if(!empty($yazarUst)): ?>
                <section class="block-wrapper text-center reklam mt-0 pt-0 pb-0 mb-3">
                    <?php if($yazarUst->tip == 1): ?>
                        <a target="_blank" href="<?php echo e($yazarUst->link); ?>">
                            <img src="<?php echo e(url('images/reklamlar/'.$yazarUst->resim)); ?>" alt="<?php echo e($yazarUst->baslik); ?>">
                        </a>
                    <?php else: ?>
                        <?php echo $yazarUst->metin; ?>

                    <?php endif; ?>
                </section>
            <?php endif; ?>
                <div class="row">
                    <?php if($yazarlar): ?>
                        <?php $__currentLoopData = $yazarlar; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $yazar): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <div class="col-md-4">
                        <div class="author-bio bg-white d-flex box-shadow mb-30 p-3">
                            <div class="author-image mb-30">
                                <a href="<?php echo e(url('makale/'.Illuminate\Support\Str::slug($yazar->baslik).'-'. $yazar->id)); ?>">
                                    <img src="<?php echo e(url('images/kullanicilar/'.$yazar->photo)); ?>" alt="<?php echo e($yazar->yazarIsim); ?>" class="avatar">
                                </a>
                            </div>
                            <div class="author-info">
                                <h3>
                                    <span class="vcard author">
                                        <span class="fn height-55">
                                            <a href="<?php echo e(url('makale/'.Illuminate\Support\Str::slug($yazar->baslik).'-'. $yazar->id)); ?>" title="<?php echo e($yazar->yazarIsim); ?> - <?php echo e(stripslashes($yazar->baslik)); ?>" rel="author"><?php echo e($yazar->yazarIsim); ?></a>
                                        </span>
                                    </span>
                                </h3>
                                <h5><a href="<?php echo e(url('makale/'.Illuminate\Support\Str::slug($yazar->baslik).'-'. $yazar->id)); ?>" ><?php echo e(stripslashes($yazar->baslik)); ?></a></h5>
                                <div class="author-social mt-2">
                                    <ul class="author-social-icons">
                                        <li class="author-social-link-facebook"><a href="<?php echo e($yazar->facebook); ?>" target="_blank"><i class="ti-facebook"></i></a></li>
                                        <li class="author-social-link-twitter"><a href="<?php echo e($yazar->twitter); ?>" target="_blank"><i class="ti-twitter-alt"></i></a></li>
                                        <li class="author-social-link-instagram"><a href="<?php echo e($yazar->instagram); ?>" target="_blank"><i class="ti-instagram"></i></a></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php endif; ?>
                </div>
                <?php if(!empty($yazarAlt)): ?>
                    <section class="block-wrapper text-center reklam mt-0 pt-0 pb-0">
                        <?php if($yazarAlt->tip == 1): ?>
                            <a target="_blank" href="<?php echo e($yazarAlt->link); ?>">
                                <img src="<?php echo e(url('images/reklamlar/'.$yazarAlt->resim)); ?>" alt="<?php echo e($yazarAlt->baslik); ?>">
                            </a>
                        <?php else: ?>
                            <?php echo $yazarAlt->metin; ?>

                        <?php endif; ?>
                    </section>
                <?php endif; ?>
    </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/yazarlar.blade.php ENDPATH**/ ?>