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

@lang($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)
@csrf
@if (($allConsent->user && $allConsent->user->status == 'disagree') || !$allConsent->user)
@endif
@empty

No Consent available.

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