@extends('frontend.'.$temaadi.'.app')
@push("head")
    <title>Türkiye Geneli Nöbetçi Eczaneler - {{ config('ayarlar.baslik') }}</title>
    <meta name="description" content="Türkiye Geneli Nöbetçi Eczaneler" />
@endpush
@section("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="{{ 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>
@endsection

@push("customJs")
@endpush

@push("customCss")
@endpush
