@lang('app.viewConsent')
@if(($consent->user && $consent->user->status == 'disagree') || !$consent->user)
@endif
@lang('app.cancel') @if ($consent->user && $consent->user->status == 'agree') @lang('modules.gdpr.optOut') @else @lang('modules.gdpr.optIn') @endif