Complete profile information and baby records
Series Number: {{ $profile->series_number }}
Assigned Clinic: {{ $user->clinic->name ?? 'Not assigned' }}
Email: {{ $user->email }}
@if($profile->phone_number)Phone: {{ $profile->phone_number }}
@endif{{ $profile->ic_number ?? 'Not provided' }}
{{ $profile->ethnicity ?? 'Not provided' }}
{{ $profile->nationality ?? 'Not provided' }}{{ $profile->nationality === 'Foreigner' && $profile->nationality_other ? ' (' . $profile->nationality_other . ')' : '' }}
{{ $profile->educational_level ? ucwords($profile->educational_level) : 'Not provided' }}
{{ $profile->occupation ?? 'Not provided' }}
{{ $profile->home_address }}
{{ $profile->family_home_address }}
{{ $profile->work_address }}
{{ $profile->postnatal_address }}
{{ $profile->husband_full_name }}
{{ $profile->husband_ic_number }}
{{ $profile->husband_occupation }}
{{ $profile->husband_phone_number }}
{{ $profile->husband_work_address }}
{{ $profile->number_of_fetus }}
{{ $profile->number_of_living_children }}
{{ \Carbon\Carbon::parse($profile->marriage_date)->format('F j, Y') }}
{{ $profile->menache }}
{{ $profile->family_planning_method }}{{ $profile->family_planning_method === 'Yes' && $profile->family_planning_method_specify ? ' (' . $profile->family_planning_method_specify . ')' : '' }}
{{ $profile->mother_smoking_status }}
{{ $profile->husband_smoking_status }}
{{ $profile->tibi_screening_cough }}
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
|
No baby records have been added yet.