mivita/resources/views/web/templates/_content_contact.blade.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

11 lines
No EOL
499 B
PHP

<div class="col-md-12">
<hr>
<h2>{{ __('webcontent.that_sounds_exciting_to_you') }}</h2>
<p>{{ __('webcontent.then_get_in_touch_with_us_today') }}</p>
@if($user_shop)
<a href="/registrierung" rel="nofollow" target="_blank" class="btn btn-default btn-lg pull-right">
{{ __('webcontent.to_the_registration') }}</a>
@endif
<a href="/kontakt" rel="nofollow" target="_blank" class="btn btn-primary btn-lg">
{{ __('webcontent.to_the_contact_form') }}</a>
</div>