BondaCare Maternal Healthcare System
Generated on: {{ now()->format('F d, Y h:i A') }}
No conditions reported
@endifNo conditions reported
@endif| Birth Date | Outcome | Delivery | Place | Gender | Weight | Breastfeeding | Condition |
|---|---|---|---|---|---|---|---|
| {{ $baby->month_name }} {{ $baby->year_of_birth }} | {{ ucfirst($baby->pregnancy_outcome) }} | {{ $baby->type_of_deliver }} | {{ $baby->deliver_place }} | {{ $baby->gender }} | {{ $baby->formatted_weight }} | {{ $baby->breastfeeding }} |
{{ $baby->baby_condition }}
@if($baby->baby_condition === 'Unhealthy' && $baby->condition_notes)
{{ $baby->condition_notes }} @endif |