<div class="container">
    <div class="sidebar-widget spor">
        <div class="widget-header position-relative mb-30">
            <h5 class="widget-title mb-30 text-uppercase color3 font-weight-ultra"><?php echo e($child->contents[0]->haberkat->baslik); ?></h5>
            <div class="letter-background">Haberleri</div>
        </div>
        <div class="post-carausel-2 post-module-1 row">
            <?php $__currentLoopData = $child->contents; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $haber): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div class="col">
                <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($haber->resim != null ? url('images/haberler/'.$haber->resim ) : url('images/genel/'.config('ayarlar.resimsiz'))); ?>)">
                        <a class="img-link" href="<?php echo e($haber->ozellink != 1 ? url('haber/'.$haber->slug.'-'.$haber->id) : $haber->ozelurl); ?>"></a>
                        <div class="post-content-overlay">
                            <h6 class="post-title">
                                <a class="color-white" href="<?php echo e($haber->ozellink != 1 ? url('haber/'.$haber->slug.'-'.$haber->id) : $haber->ozelurl); ?>"><?php echo e($haber->baslik); ?></a>
                            </h6>
                        </div>
                    </div>
                </div>
            </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
    </div>
</div>
<?php /**PATH /home/yeniistik/public_html/resources/views/frontend/tema9/blocks/spor.blade.php ENDPATH**/ ?>