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