kurbad-theme/content/pages/termin.blade.php

52 lines
1.1 KiB
PHP

@extends('template.'.config('settings.template').'.content.master')
@section('content')
<section>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="mt-4 mb-3">Terminvereinbarung</h1>
</div>
<div class="col-12 text-center font-italic">
<br>
<br>
Dieser Bereich wird derzeit überarbeitet. Für einen Termin in unserer Praxis wählen Sie bitte: <a href="tel://+499654770" class="text-decoration-none">09654/770</a>
</div>
</div>
</div>
</section>
@stop
@section('scripts')
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
<script src="{{ asset('template/js/fslightbox.js') }}"></script>
@stop