45 lines
1.5 KiB
PHP
45 lines
1.5 KiB
PHP
<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">{!! __('dataprotect.data_protect') !!} </h1>
|
||
</div>
|
||
|
||
<div class="modal-body">
|
||
|
||
{!! __('dataprotect.data_protect_copy1') !!}
|
||
{!! __('dataprotect.data_protect_copy2') !!}
|
||
{!! __('dataprotect.data_protect_copy3') !!}
|
||
{!! __('dataprotect.data_protect_copy4') !!}
|
||
|
||
@if(!$user_shop || $isMivitaShop)
|
||
<script id="CookieDeclaration" src="https://consent.cookiebot.com/6aec027f-246a-42c9-9055-c64c82fc09fe/cd.js" type="text/javascript" async></script>
|
||
@endif
|
||
|
||
{!! __('dataprotect.data_protect_copy5') !!}
|
||
{!! __('dataprotect.data_protect_copy6') !!}
|
||
{!! __('dataprotect.data_protect_copy7') !!}
|
||
{!! __('dataprotect.data_protect_copy8') !!}
|
||
{!! __('dataprotect.data_protect_copy9') !!}
|
||
{!! __('dataprotect.data_protect_copy10') !!}
|
||
{!! __('dataprotect.data_protect_copy11') !!}
|
||
|
||
@if(!$user_shop || $isMivitaShop)
|
||
{!! __('dataprotect.data_protect_copy12') !!}
|
||
{!! __('dataprotect.data_protect_copy13') !!}
|
||
|
||
<br><br>
|
||
{!! __('dataprotect.data_protect_stand_shop') !!}
|
||
|
||
@else
|
||
{!! __('dataprotect.data_protect_stand_site') !!}
|
||
@endif
|
||
|
||
|
||
<br><br>
|
||
</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
|