芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/resources/views/leads/ajax/gdpr.blade.php
@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')