View your complete profile information
Series Number: {{ $profile->series_number ?? 'N/A' }}
Email: {{ $user->email }}
@if($profile && $profile->phone_number)Phone: {{ $profile->phone_number }}
@endif{{ $profile->mother_full_name ?? 'Not provided' }}
{{ $profile->ic_number ?? 'Not provided' }}
{{ $profile->ethnicity ?? 'Not provided' }}
{{ $profile->nationality ?? 'Not provided' }} @if($profile->nationality === 'Foreigner' && $profile->nationality_other) ({{ $profile->nationality_other }}) @endif
{{ $profile->educational_level ? ucwords($profile->educational_level) : 'Not provided' }}
{{ $profile->occupation ?? 'Not provided' }}
{{ $profile->phone_number ?? 'Not provided' }}
{{ $profile->home_address ?? 'Not provided' }}
{{ $profile->family_home_address }}
{{ $profile->work_address }}
{{ $profile->husband_full_name }}
{{ $profile->husband_ic_number }}
{{ $profile->husband_occupation }}
{{ $profile->husband_phone_number }}
{{ $profile->husband_work_address }}
| Birth Date | Outcome | Delivery Type | 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.
{{ $profile->clinic->name }}
@if($profile->clinic->address){{ $profile->clinic->address }}
@endif @elseNot assigned
@endif{{ $profile->current_nurse->name }}
@if($profile->current_nurse->email){{ $profile->current_nurse->email }}
@endif @elseNot assigned
@endif{{ $profile->currentAssignment->zone->code }} - {{ $profile->currentAssignment->zone->name }}
@elseNot assigned
@endif{{ \Carbon\Carbon::parse($profile->currentAssignment->assigned_at)->format('F j, Y') }}
{{ $user->created_at->format('F j, Y') }}
{{ $user->created_at->diffForHumans() }}
Profile information is managed by your clinic. Please contact your nurse if you need to update any information.