@php use Illuminate\Support\Facades\Auth; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Client Directory - South Front Technologies') @section('content')
| Client Details | Type | Tax ID / PIN | Properties | KYC Status | Identity Doc |
|---|---|---|---|---|---|
|
{{ $client->name }}
{{ $client->email }}
|
@if($client->ownerProfile) {{ ucfirst($client->ownerProfile->owner_type) }} @else Unspecified @endif |
@if($client->ownerProfile)
{{ $client->ownerProfile->tax_id }}
@if($client->ownerProfile->owner_type === 'company')
{{ $client->ownerProfile->company_name }} (Reg: {{ $client->ownerProfile->registration_number }})
@endif
@else
-
@endif
|
{{ $client->properties_count }} Properties | @if($client->ownerProfile) @if($client->ownerProfile->kyc_status === 'approved') Approved / Verified @elseif($client->ownerProfile->kyc_status === 'pending') Pending Review @else Rejected @endif @else No Profile @endif | @if($client->ownerProfile && $client->ownerProfile->kyc_document_path) Download Doc @else Not Uploaded @endif |
| No client owners found. | |||||