<?php $__env->startPush("head"); ?>
    <title><?php echo e($sehiryol->il_adi); ?> Yol ve Trafik Durumu - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="<?php echo e($sehiryol->il_adi); ?> için güncel trafik ve yol durumuna bakarak alternatif yol ve güzergahlara en kolay ve hızlı şekilde ulaşın." />
<?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($sehiryol->il_adi); ?> Yol ve Trafik Durumu</span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span> <?php echo e($sehiryol->il_adi); ?> Yol ve Trafik Durumu
            </div>
        </div>
    </section>
    <section class="pt-30 pb-30 bg-white box-shadow mt-15 mb-30">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <span id="enlem" class="d-none"><?php echo e($sehiryol->enlem); ?></span>
                    <span id="boylam" class="d-none"><?php echo e($sehiryol->boylam); ?></span>
                    <section id="yoldurumu" class="mainsection">
                        <div id="map"></div>
                    </section>
                </div>
            </div>
        </div>
    </section>
<?php $__env->stopSection(); ?>

<?php $__env->startPush("customJs"); ?>
    <script src="https://api-maps.yandex.ru/2.1/?lang=tr_TR"></script>
    <script src="<?php echo e(asset('assets/frontend/tema9/js/traffic_control.js')); ?>"></script>
<?php $__env->stopPush(); ?>

<?php $__env->startPush("customCss"); ?>
    <style>
        #map {
            width: 100%; height: 500px; padding: 0; margin: 0;
        }
    </style>
<?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/yoldurumu.blade.php ENDPATH**/ ?>