{{ $client->contact->name }}

{{ $client->client_number }}
NDPR data-subject export · Generated {{ $generatedAt->format('d M Y, H:i') }} · {{ $client->firm->name ?? 'BAMS Legal' }}

Contact information

Type{{ ucfirst($client->contact->kind->value) }}
Name{{ $client->contact->name }}
Email{{ $client->contact->email ?? '—' }}
Phone{{ $client->contact->phone ?? '—' }}
Address{{ $client->contact->address ?? '—' }}{{ $client->contact->city ? ', '.$client->contact->city : '' }}{{ $client->contact->state ? ', '.$client->contact->state : '' }}
Category{{ $client->contact->category->name ?? '—' }}
RC number{{ $client->contact->rc_number ?? '—' }}
NIN{{ $client->contact->maskedNin() ?? '—' }}

Client record

Client number{{ $client->client_number }}
Status{{ ucfirst($client->status->value) }}
Relationship partner{{ $client->relationshipPartner->name ?? '—' }}
Onboarded{{ $client->created_at?->format('d M Y') ?? '—' }}
KYC completed{!! $client->kyc_completed ? 'Yes' : 'No' !!}
@if ($client->contacts->isNotEmpty())

Linked representatives

@foreach ($client->contacts as $rep) @endforeach
NameDesignationPrimary
{{ $rep->name }} {{ $rep->pivot->designation ?? '—' }} {{ $rep->pivot->is_primary ? 'Yes' : 'No' }}
@endif

Matters ({{ $client->matters->count() }})

@if ($client->matters->isEmpty())

No matters on record.

@else @foreach ($client->matters as $matter) @endforeach
Matter no.TitleTypeStatus
{{ $matter->matter_number }} {{ $matter->title }} {{ ucfirst($matter->matter_type->value) }} {{ $matter->status->label() }}
@endif
This export lists the personal data held by the firm about the named data subject, produced in response to a data-subject access request under the Nigeria Data Protection Regulation (NDPR). Confidential — handle in line with the firm's data-protection policy.