<?php $__env->startPush("head"); ?>
    <title>Firma Rehberi - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="<?php echo e(config('ayarlar.baslik')); ?> - Sektörlere ait firma rehberleri, aradığınız tüm firmalar detayları ile burada. Ücretsiz firma rehberi servisimizden sizde faydalanın." />
    <meta name="keywords" content="sektörlere göre firma rehberleri, aradığınız tüm firmalar detayları, ücretsiz firma rehberi" />
<?php $__env->stopPush(); ?>
<?php $__env->startSection("content"); ?>
    <section>
        <div class="archive-header text-center mb-30">
            <h1><span class="font-weight-ultra">Firma Rehberi</span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span> Firma Rehberi
            </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="row">
                        <?php if($firmalar != null): ?>
                            <?php $__currentLoopData = $firmalar; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $firma): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <div class="col-md-4 d-md-flex mb-3">
                                    <div class="d-flex flex-column bg-white shadow-sm flex-grow-1 p-2">
                                        <div class="d-flex height-110 mb-2 align-items-center justify-content-center">
                                            <a href="<?php echo e(url('firma-rehberi/'.Illuminate\Support\Str::slug($firma->baslik).'-'. $firma->id)); ?>">
                                                <img class="img-fluid" src="<?php echo e(url('images/firmalar/'.$firma->resim)); ?>" alt="<?php echo e($firma->baslik); ?>">
                                            </a>
                                        </div>
                                        <h3 class="post-title line-camp line-2 fs-16 text-center mt-auto mb-2">
                                            <a href="<?php echo e(url('firma-rehberi/'.Illuminate\Support\Str::slug($firma->baslik).'-'. $firma->id)); ?>"><?php echo e($firma->baslik); ?></a>
                                        </h3>
                                        <span class="post-date-info mt-auto">
                                            <i class="ti-tag"></i>
                                            <?php echo e($firma->sektorler->baslik); ?>

                                        </span>
                                    </div>
                                </div>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <?php endif; ?>
                    </div>
                    <?php if( $firmalar->hasPages()): ?>
                        <div class="pagination-area pt-30 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($firmalar->links()); ?>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    <?php endif; ?>
                </div>
                <div class="col-md-4">
                    <div class="sidebar-widget widget-tags mb-15">
                        <div class="widget-header position-relative mb-10">
                            <h5 class="widget-title dot mb-10">Sektörler</h5>
                            <div class="bt-1 border-color-1"></div>
                        </div>
                        <ul class="unstyled clearfix">
                            <?php $__currentLoopData = $kategoriler; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $kategori): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li>
                                    <a href="<?php echo e(url('firma-rehberi/sektorler/'.Illuminate\Support\Str::slug($kategori->baslik).'-'.$kategori->id)); ?>">
                                        <?php echo e($kategori->baslik); ?>

                                    </a>
                                </li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </ul>
                    </div>
                </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/firmalar.blade.php ENDPATH**/ ?>