| Tag ID | Type | Breed | Sex | Status | Arrived | |
|---|---|---|---|---|---|---|
| {{ $animal->tag_id }} | {{ $animal->type }} | {{ $animal->breed ?? '—' }} | {{ $animal->sex }} | $animal->status === 'active', 'bg-mustard-50 text-mustard-700' => $animal->status === 'sold', 'bg-soil-50 text-soil-500' => $animal->status === 'dead', ])>{{ ucfirst($animal->status) }} | {{ $animal->date_of_arrival->format('d M Y') }} | View |
| No animals match your search. | ||||||