08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
|
|
@ -2,40 +2,42 @@
|
|||
@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>
|
||||
<h1 class="box-title m-b-0">{!! __('website.impress') !!}</h1>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
||||
<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> {!! __('website.contact_address') !!} <br>
|
||||
{!! __('website.phone_number') !!} <br>
|
||||
{!! __('website.email') !!}: {!! __('website.email_address') !!} <br></p>
|
||||
|
||||
<p><strong>Geschäftsinhaber:</strong><br> Alois Ried<br><br>
|
||||
<p><strong>{!! __('website.business_owner') !!}:</strong><br> {!! __('website.business_owner') !!}<br><br>
|
||||
|
||||
<strong>Registergericht:</strong><br> Memmingen<br><br>
|
||||
<strong>{!! __('website.registry_court') !!}:</strong><br> {!! __('website.registry_court_value') !!}<br><br>
|
||||
|
||||
<strong>Registernummer:</strong><br> HRA 12236<br><br>
|
||||
<strong>{!! __('website.register_number') !!}:</strong><br> {!! __('website.register_number_value') !!}<br><br>
|
||||
|
||||
<strong>USt-ID-Nr.:</strong><br> DE 244162340<br></p>
|
||||
<strong>{!! __('website.VATID') !!}:</strong><br> {!! __('website.VATID_value') !!}<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>
|
||||
<p><strong>{!! __('website.support_mivita') !!} :</strong><br>
|
||||
|
||||
{!! __('website.phone') !!}: <a
|
||||
href="tel:{!! __('website.contact_number_link') !!}">{!! __('website.contact_number') !!}</a><br>
|
||||
{!! __('website.email') !!}: <a
|
||||
href="mailto:{!! __('website.email_address') !!} ">{!! __('website.email_address') !!} </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>
|
||||
<p><strong>{!! __('website.note_on_use') !!}:</strong>
|
||||
<br> {!! __('website.note_on_use_copy') !!}</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>.
|
||||
<strong>{!! __('website.online_dispute_resolution') !!}:</strong>
|
||||
<br> {!! __('website.online_dispute_resolution_copy') !!} <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>
|
||||
<button type="button" class="btn btn-default waves-effect" data-dismiss="modal">{!!__('close')!!}</button>
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue