First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
24
resources/views/layouts/includes/layout-footer.blade.php
Executable file
24
resources/views/layouts/includes/layout-footer.blade.php
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
<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>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue