{!! $dataTable->table(['class' => 'table table-hover border-0']) !!}
@lang('modules.gdpr.consent')
@forelse($consents as $consent)
{{ $consent->name }}
@empty
@endforelse
@include('sections.datatable_js')