@if (!$client->admin_approval)
@lang('modules.dashboard.verificationPending')
@lang('app.approve')
@endif

{{ ucfirst($client->salutation) . ' ' . ucwords($client->name) }}

{{ ucwords($client->clientDetails->company_name) }}

@lang('app.lastLogin') @if (!is_null($client->last_login)) {{ $client->last_login->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }} @else -- @endif

@lang('modules.employees.gender')

{{-- Custom fields data --}} @if (isset($fields)) @foreach ($fields as $field) @if ($field->type == 'text' || $field->type == 'password' || $field->type == 'number') @elseif($field->type == 'textarea') @elseif($field->type == 'radio') @elseif($field->type == 'checkbox') @elseif($field->type == 'select') @elseif($field->type == 'date') @endif @endforeach @endif