<?php $__env->startPush("head"); ?>
    <title><?php echo e($kullaniciDetay->name); ?> Haberleri - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> - <?php echo e($kullaniciDetay->name); ?> editörüne ait haberler." />
    <meta name="keywords" content="<?php echo e($kullaniciDetay->name); ?> haberleri" />
<?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($kullaniciDetay->name); ?> Haberleri</span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span><?php echo e($kullaniciDetay->name); ?> Haberleri
            </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="loop-list">
                        <?php if(count($haberler) != 0): ?>
                            <?php $__currentLoopData = $haberler; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $haber): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <article class="row mb-30">
                                    <div class="col-md-6">
                                        <div class="post-thumb position-relative thumb-overlay mr-20">
                                            <div class="img-hover-slide border-radius-5 position-relative min-h170" style="background-image: url(<?php echo e(url('images/tn/'.$haber->resim)); ?>)">
                                                <a class="img-link" href="<?php echo e($haber->ozellink != 1 ? url('haber/'.$haber->slug.'-'.$haber->id) : $haber->ozelurl); ?>"></a>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 align-center-vertical">
                                        <div class="post-content">
                                            <h4 class="post-title text-limit-2-row">
                                                <a title="<?php echo e($haber->baslik); ?>" href="<?php echo e($haber->ozellink != 1 ? url('haber/'.$haber->slug.'-'.$haber->id) : $haber->ozelurl); ?>"><?php echo e($haber->baslik); ?></a>
                                            </h4>
                                            <div class="entry-meta meta-1 font-small color-grey mt-15 mb-15">
                                                <span class="post-on"><i class="ti-time"></i><?php echo e(date('d-m-Y H:i',strtotime($haber->tarih))); ?></span>
                                            </div>
                                            <p class="font-medium"><?php echo e(Illuminate\Support\Str::limit($haber->metadesc,100)); ?></p>
                                        </div>
                                    </div>
                                </article>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            <?php if( $haberler->hasPages()): ?>
                                <div class="pagination-area pt-15 pb-15 text-center bt-1 border-color-1">
                                    <div class="container">
                                        <div class="row">
                                            <div class="col-xl-12">
                                                <div class="single-wrap d-flex justify-content-center">
                                                    <?php echo e($haberler->links()); ?>

                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            <?php endif; ?>
                        <?php else: ?>
                            <div class="alert alert-danger" role="alert">
                                Bu editöre ait haber bulunamadı!
                            </div>
                        <?php endif; ?>
                    </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/editorHaber.blade.php ENDPATH**/ ?>