{{ ($client->clientDetails)? mb_ucwords($client->clientDetails->company_name) : ''}}
@lang('app.lastLogin') @if (!is_null($client->last_login)) {{ $client->last_login->timezone(company()->timezone)->translatedFormat(company()->date_format . ' ' . company()->time_format) }} @else -- @endif
Name
{{ ucfirst($client->salutation) . ' ' . mb_ucwords($client->name) }}
Civil ID
{{ $client->civil_id }}
{{ $client->email }}
Phone
{{ $client->mobile }}
Client Type
{{ $clientDetail?->clientType?->name }}
Gender
{{ $client->gender }}
Nationality
{{ \App\Models\Country::NATIONALITY[$client?->country?->iso] }}