{{ $client->registration_code }}
@endif{{ __('Representante / titular') }}
{{ __('Cédula') }}: {{ trim(($client->document_type ? $client->document_type.'-' : '').$client->document_number) }}
@endif @if ($client->phone){{ __('Teléfono') }}: {{ $client->phone }}
@endif @if ($client->email){{ __('Correo') }}: {{ $client->email }}
@endif @if ($client->address){{ __('Dirección') }}: {{ $client->address }}
@endif @if ($client->notes)
{{ __('Notas') }}:
{{ $client->notes }}
{{ collect([$patient->species, $patient->breed])->filter()->join(' · ') ?: __('Sin especie registrada') }} @if ($patient->clinical_code) {{ $patient->clinical_code }} @endif