635181a59a2be89585dbd45111f3fe5e663542bd.php
| 5.4 KB | Satir:
0
| php
Geri
<?php $__env->startPush("head"); ?> <title><?php echo e($sehirDetay->il_adi); ?> Haberleri - <?php echo e(config('ayarlar.baslik')); ?></title> <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> - Son dakika <?php echo e($sehirDetay->il_adi); ?> haberleri, <?php echo e($sehirDetay->il_adi); ?> ile ilgili son haberler, en son <?php echo e($sehirDetay->il_adi); ?> gündem haberleri, <?php echo e($sehirDetay->il_adi); ?> son gelişmeler burada." /> <meta name="keywords" content="<?php echo e($sehirDetay->il_adi); ?> haberleri, <?php echo e($sehirDetay->il_adi); ?> güncel haberler, <?php echo e($sehirDetay->il_adi); ?> son dakika gelişmeleri" /> <?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($sehirDetay->il_adi); ?> Haberleri</span></h1> <div class="breadcrumb"> <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a> <span></span> <a href="<?php echo e(url('yerel-haberler')); ?>">Yerel Haberler</a> <span></span><?php echo e($sehirDetay->il_adi); ?> </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 şehir için 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/yerelhaberDetay.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet