45 lines
No EOL
2 KiB
PHP
45 lines
No EOL
2 KiB
PHP
@extends($user_shop ?'web.user.layouts.layout' : 'web.layouts.layout')
|
|
|
|
@section('content')
|
|
<section>
|
|
<div class="container">
|
|
|
|
<div class="white-box">
|
|
<h3 class="box-title m-b-0">Impressum</h3>
|
|
<hr>
|
|
|
|
<p><strong>mivita e.K.</strong><br>
|
|
Leinfeld 2<br>
|
|
87755 Kirchhaslach<br>
|
|
Telefon: +49 (0) 8333 946 17 67<br>
|
|
E-Mail: info@mivita.care<br></p>
|
|
|
|
<p><strong>Geschäftsinhaber:</strong><br> Alois Ried<br><br>
|
|
|
|
<strong>Registergericht:</strong><br> Memmingen<br><br>
|
|
|
|
<strong>Registernummer:</strong><br> HRA 12236<br><br>
|
|
|
|
<strong>USt-ID-Nr.:</strong><br> DE 244162340<br></p>
|
|
<br>
|
|
<p><strong>Support mivita:</strong><br>
|
|
Telefon: +49 (0) 8333 946 17 67<br>
|
|
E-Mail:: <a href="mailto:info@mivita.care">info@mivita.care</a></p>
|
|
|
|
<br>
|
|
|
|
|
|
<br>
|
|
<p><strong>Nutzungshinweis:</strong>
|
|
<br> Eine unerlaubte Verwendung, Reproduktion, Weitergabe, Veröffentlichungen oder eine kommerzielle Nutzung ohne Genehmigung des Urhebers der auf dieser Website befindlichen Inhalte ist untersagt und wird sowohl straf- als auch zivilrechtlich verfolgt!</p>
|
|
<br>
|
|
<strong>Online-Streitbeilegung:</strong>
|
|
<br> gemäß Art. 14 Abs. 1 ODR-VO: Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit, die Sie hier finden <a href="http://ec.europa.eu/consumers/odr/" target="_blank">http://ec.europa.eu/consumers/odr/</a>.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
|
|
@endsection |