mivita/resources/views/legal/imprint_de.blade.php
2019-03-19 15:45:46 +01:00

42 lines
No EOL
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="modal-header">
@if(isset($modal) && $modal == true)
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
@endif
<h1 class="box-title m-b-0">Impressum</h1>
</div>
<div class="modal-body">
<p><strong>mivita e.K.</strong><br>
Leinfeld 2<br>
87755 Kirchhaslach<br>
Telefon: +49 (0) 8333 946 98 90<br>
Fax: +49 (0) 8333 7268<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 98 90<br>
E-Mail:: <a href="mailto:info@mivita.care">info@mivita.care</a></p>
<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>
@if(isset($modal) && $modal == true)
<div class="modal-footer">
<button type="button" class="btn btn-default waves-effect" data-dismiss="modal">{{__('close')}}</button>
</div>
@endif