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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@include('admin.clients.client_header')
@include('admin.clients.tabs')
@if($gdpr->consent_customer)

@lang('modules.gdpr.consent')


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

@lang('modules.gdpr.noConsent')

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