<?php $__env->startPush("head"); ?>
    <title>Türkiye Geneli Nöbetçi Eczaneler - <?php echo e(config('ayarlar.baslik')); ?></title>
    <meta name="description" content="Türkiye Geneli Nöbetçi Eczaneler" />
<?php $__env->stopPush(); ?>
<?php $__env->startSection("content"); ?>
    <section>
        <div class="archive-header text-center mb-30">
            <h1><span class="font-weight-ultra">Nöbetçi Eczaneler</span></h1>
            <div class="breadcrumb">
                <a href="<?php echo e(url('/')); ?>">Ana Sayfa</a>
                <span></span> Nöbetçi Eczaneler
            </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-12">
                    <iframe src="https://www.eczaneler.gen.tr/onemsoft-turkiye.php" name="nöbetçi eczaneler" style="width:100%;height:600px;border:none;"></iframe>
                </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/eczaneler.blade.php ENDPATH**/ ?>