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

25 lines
757 B
PHP
Executable file
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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">{{ __('gtc.gtc') }} /h1>
</div>
<div class="modal-body">
{!! __('gtc.gtc_copy1') !!}
{!! __('gtc.gtc_copy2') !!}
{!! __('gtc.gtc_copy3') !!}
{!! __('gtc.gtc_copy4') !!}
{!! __('gtc.gtc_copy5') !!}
{!! __('gtc.gtc_copy6') !!}
{!! __('gtc.gtc_copy7') !!}
{!! __('gtc.gtc_copy8') !!}
{!! __('gtc.gtc_copy9') !!}
</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