11 lines
No EOL
499 B
PHP
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> |