<!doctype html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> @include('template.'.config('settings.template').'.content.includes.meta') @include('template.'.config('settings.template').'.content.includes.css') </head> <body> <nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #ebe5d8;" > <div class="container"> <a class="navbar-brand" href="{{url('/')}}"> <img src="{{ asset('template/images/konradenhof-logo.png') }}" width="120;" class="d-inline-block align-top" alt="Alpakas vom Konradenhof"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="#konradenhof">Konradenhof</a> </li> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="#news">Neuigkeiten</a> </li> <li class="nav-item"> <a class="nav-link active " aria-current="page" href="#alpakas">Über Alpakas</a> </li> <li class="nav-item"> <a class="nav-link active" aria-current="page" href="#produkte">Produkte</a> </li> <li class="nav-item mt-1"> <a class="btn btn-secondary" aria-current="page" href="{{url('/')}}" style="margin-left: 40px;"> <svg xmlns="http://www.w3.org/2000/svg" style="height:25px; fill: white; margin-right:5px;" width="16" height="16" fill="currentColor" class="bi bi-building" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694L1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z" /> <path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z" /> </svg> Alpaka Tour Buchen </a> </li> </ul> </div> </div> </nav> <div class="container shadowed"> @yield('content') </div> @include('template.'.config('settings.template').'.content.includes.footer') @include('template.'.config('settings.template').'.content.includes.integrations') @include('template.'.config('settings.template').'.content.includes.scripts') @yield('scripts') @yield('scripts_comp') </body> </html>