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

{{ __($pageTitle) }} #{{ $lead->id }} - {{ ucwords($lead->company_name) }}

@endsection @push('head-script') @endpush @section('content')
@if($gdpr->public_lead_edit) @endif
@if($gdpr->consent_leads)

@lang('modules.gdpr.consent')

@lang('app.view') @lang('modules.gdpr.consent')
@forelse($allConsents as $allConsent)
{!! Form::open(['id'=>'updateConsentLeadData_'.$allConsent->id,'class'=>'ajax-form','method'=>'POST']) !!}
@if(($allConsent->lead && $allConsent->lead->status == 'disagree') || !$allConsent->lead)
@endif {!! Form::close() !!}
@empty

No Consent available.

@endforelse
@endif
@endsection @push('footer-script')