24 lines
928 B
PHP
Executable file
24 lines
928 B
PHP
Executable file
<nav class="layout-footer footer bg-footer-theme">
|
|
<div class="container-fluid container-p-x pb-3">
|
|
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
<nav class="layout-footer footer bg-footer-theme">
|
|
<div class="container-fluid container-p-x pb-3 text-right">
|
|
<button type="button" class="btn btn-outline-primary mt-2 btn-sm update_modal_data_load" data-url="{{ route('loading_modal') }}" data-data="data_protection" data-target="#modal-loading">{{__('data protection')}}</button>
|
|
<button type="button" class="btn btn-outline-primary mt-2 btn-sm update_modal_data_load" data-url="{{ route('loading_modal') }}" data-data="imprint" data-target="#modal-loading">{{__('imprint')}}</button>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
<div class="modal fade" id="modal-loading" style="display: none;" aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content" id="modal-loading-response">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|