@extends('layouts.public-gdpr') @section('content')
{!! $gdprSetting->consent_block !!}
@if($allConsent->lead) Last Updated: {{ $allConsent->lead->created_at }} @endif @if($allConsent->lead && $allConsent->lead->status == 'agree') @else @endif
{{ $allConsent->description }}
No Consent available for this lead.
@endforelse