Show details
Registered Pets
Total: {{ $totalPets }}
Dogs
{{ $dogCount }}
{{ number_format(($totalPets > 0 ? ($dogCount / $totalPets) * 100 : 0), 1) }}%
Cats
{{ $catCount }}
{{ number_format(($totalPets > 0 ? ($catCount / $totalPets) * 100 : 0), 1) }}%
Birds
{{ $birdCount }}
{{ number_format(($totalPets > 0 ? ($birdCount / $totalPets) * 100 : 0), 1) }}%