@extends('layouts.client-app') @section('page-title')
{!! $gdprSetting->consent_block !!}
@if($allConsent->user) @lang('modules.gdpr.lastUpdate'): {{ $allConsent->user->created_at }} @endif @if($allConsent->user && $allConsent->user->status == 'agree') @else @endif
{{ $allConsent->description }}
@lang('modules.gdpr.consentForLead')
@endforelse