@if($client->address !== null)
{{ $client->address }}
@endif
@if($client->location_city_id !== null)
{{ $client->city->name }}
@endif
@if($client->email !== null)
{{ $client->email }}
@endif
@if($client->phone !== null)
{{ $client->phone }}
@endif
@if($client->nit !== null)
{{ $client->nit }}
@endif