@if (isset($gdpr) && $gdpr->consent_customer == 1)
@lang('modules.gdpr.viewConsent')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0']) !!}
@forelse($consents as $consent)
{{ $consent->name }}
@empty
No Consent available.
@endforelse
@include('sections.datatable_js')