{{ $customer->name }} - KYC
- Real Name {{ $kyc->real_name }}
- Contact {{ $kyc->contact_number }}
- @php $county = App\Models\Country::where('id', '=', $kyc->country_id)->first(); @endphp Country {{ !empty($county->name) ? $county->name : $county }}
- City {{ $kyc->city_name }}
- Identity {{ $kyc->identity }}
{{ $customer->name }} - KYC
Complete Address
{{ $kyc->complete_address }}