20 lines
No EOL
1 KiB
PHP
20 lines
No EOL
1 KiB
PHP
<div class="card mb-4">
|
|
<h5 class="card-header">
|
|
{{ __('Einwilligung & Datenschutz') }}
|
|
</h5>
|
|
<div class="card-body">
|
|
<div class="form-group">
|
|
<label class="custom-control custom-checkbox m-0">
|
|
<input type="checkbox" class="custom-control-input" name="accepted_data_protection" id="accepted_data_protection" required>
|
|
<span class="custom-control-label">{!! __('I have read the :link and accept it.*', ['link' => '<a href="#" class="update_modal_data_load" data-url="'.route('loading_modal').'" data-data="data_protection" data-target="#modal-loading">'.__('data protection').'</a>']) !!}</span>
|
|
</label>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label class="custom-control custom-checkbox m-0">
|
|
<input type="checkbox" class="custom-control-input" name="accepted_active" id="accepted_active" required>
|
|
<span class="custom-control-label">{!! __('Declaration of consent') !!}</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div> |