@extends('layouts.app') @section('title', 'Вы нашли питомца') @section('sidebar') @endsection @pushOnce('scripts') @endPushOnce @section('content')
Поздравляем! Вы нашли питомца.
Данные питомца
@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 }}
Телефон: {{ $pet->user->phone }}
@if (!empty($pet->user->city?->name))
Город: {{ $pet->user->city->name }}
@endif
@if(empty($notification->latitude) && empty($notification->longitude))
@endif @endsection