@extends('layouts.client-app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.gdpr.consent')
@csrf

{!! $gdprSetting->consent_block !!}


@forelse($allConsents as $allConsent)

@if($allConsent->user) Last Updated: {{ $allConsent->user->created_at }} @endif @if($allConsent->user && $allConsent->user->status == 'agree') @else @endif

{{ $allConsent->description }}

@if($allConsent->user)
@else
@endif
@empty

No Consent available for this lead.

@endforelse
@if($allConsents->count() > 0)
@endif
@endsection @push('footer-script') @endpush