Данные питомца
@if (!empty($pet->nickname))
Дата рождения питомца: {{ $pet->nickname }}
@else
ID питомца: {{ $pet->external_id }}
@endif
@if (!empty($pet->date_of_birth))
Дата рождения питомца: {{ $pet->date_of_birth }}
@endif
@if (!empty($pet->brand))
Клеймо питомца: {{ $pet->brand }}
@endif
Данные владельца
Хозяин: {{ $pet->user->name }}
@if (!empty($pet->user->city?->name))
Город: {{ $pet->user->city->name }}
@endif