|
@@ -125,13 +125,13 @@
|
|
{{-- imprint and privacy policy --}}
|
|
{{-- imprint and privacy policy --}}
|
|
<div class="fixed-bottom ">
|
|
<div class="fixed-bottom ">
|
|
<div class="container text-center">
|
|
<div class="container text-center">
|
|
- @if (config('SETTINGS::SYSTEM:SHOW_IMPRINT' == "true"))
|
|
|
|
|
|
+ @if (config('SETTINGS::SYSTEM:SHOW_IMPRINT') == "true")
|
|
<a href="{{ route('imprint') }}"><strong>{{ __('Imprint') }}</strong></a> |
|
|
<a href="{{ route('imprint') }}"><strong>{{ __('Imprint') }}</strong></a> |
|
|
@endif
|
|
@endif
|
|
- @if (config('SETTINGS::SYSTEM:SHOW_PRIVACY' == "true"))
|
|
|
|
|
|
+ @if (config('SETTINGS::SYSTEM:SHOW_PRIVACY') == "true")
|
|
<a href="{{ route('privacy') }}"><strong>{{ __('Privacy') }}</strong></a>
|
|
<a href="{{ route('privacy') }}"><strong>{{ __('Privacy') }}</strong></a>
|
|
@endif
|
|
@endif
|
|
- @if (config('SETTINGS::SYSTEM:SHOW_TOS' == "true"))
|
|
|
|
|
|
+ @if (config('SETTINGS::SYSTEM:SHOW_TOS') == "true")
|
|
| <a target="_blank" href="{{ route('tos') }}"><strong>{{ __('Terms of Service') }}</strong></a>
|
|
| <a target="_blank" href="{{ route('tos') }}"><strong>{{ __('Terms of Service') }}</strong></a>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|