ad6dcac6184d87d10febd5eb4a18e695df9bfd7d.php
| 3.5 KB | Satir:
0
| php
Geri
<?php $__env->startPush("head"); ?> <title>Biyografiler - <?php echo e(config('ayarlar.baslik')); ?></title> <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> - Ünlü ve Tarihi Kişilerin Kısaca Biyografisi ve Hayatları, Biyografileri görmek ve detaylı okumak için sitemizi ziyaret edin." /> <meta name="keywords" content="biyografiler, ünlü biyografileri, kişilerin kısaca hayatları, yaşam öyküleri" /> <?php $__env->stopPush(); ?> <?php $__env->startSection("content"); ?> <section> <div class="archive-header text-center mb-30"> <h1><span class="font-weight-ultra">Biyografiler</span></h1> <div class="breadcrumb"> <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a> <span></span> Biyografiler </div> </div> </section> <section class="pt-30 bg-white box-shadow mt-15 mb-30"> <div class="container"> <div class="loop-metro post-module-1 row"> <?php if($biyografiTum != null): ?> <?php $__currentLoopData = $biyografiTum; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bio): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <article class="col-lg-3 col-md-6 col-sm-12 mb-30"> <div class="post-thumb position-relative"> <div class="thumb-overlay img-hover-slide border-radius-5 position-relative" style="background-image: url(<?php echo e(url('images/biyografiler/'.$bio->resim)); ?>)"> <a class="img-link yenisekme" href="<?php echo e(url('biyografiler/'.Illuminate\Support\Str::slug($bio->baslik).'-'. $bio->id)); ?>"></a> <div class="post-content-overlay"> <h6 class="post-title"> <a class="color-white yenisekme" href="<?php echo e(url('biyografiler/'.Illuminate\Support\Str::slug($bio->baslik).'-'. $bio->id)); ?>"><?php echo e($bio->baslik); ?></a> </h6> </div> </div> </div> </article> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> <?php if( $biyografiTum->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($biyografiTum->links()); ?> </div> </div> </div> </div> </div> <?php endif; ?> </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/biyografiler.blade.php ENDPATH**/ ?>
Kaydet
Ctrl+S ile kaydet