{{-- Impressum, Datenschutz, AGB. One shell, three pages. Where a partial exists under resources/views/legal/ it is included; otherwise the placeholder stands, because those texts are the company's to write and not mine to invent. Pages OF the website rather than a standalone card in a different design: same header, same footer, so somebody following the imprint link from the footer does not land on what looks like a stranded error page. --}} @php($partial = isset($page) ? 'legal.'.$page : null)

Rechtliches

{{ $title }}

@if ($partial && view()->exists($partial)) @include($partial) @else

Dieser Inhalt wird noch ergänzt.

Bei Fragen erreichen Sie uns unter office@clupilot.com.

Zurück zur Startseite
@endif