@extends('layouts.app', ['title' => 'View animal', 'showNav' => true]) @section('content')
| Date | Type | Description | Cost | |
|---|---|---|---|---|
| {{ $history->medication->medication_date->format('d M Y') }} | {{ \App\Support\MedicationType::labels()[$history->medication->type] }} | {{ $history->medication->description }} | {{ number_format($history->cost, 2) }} | View |
| No medication records. | ||||
| Tag no | Gender | Born date | Active | Actions |
|---|---|---|---|---|
| {{ $child->tag_no }} | {{ ucfirst($child->gender) }} | {{ $child->born_date?->format('d M Y') ?? '—' }} | {!! $child->is_active ? 'Yes' : 'No' !!} | View |
| No children recorded. | ||||