@extends('layouts.nurse') @section('title', 'Mother Profile') @section('content')
Read-only view of mother's profile information
Series Number: {{ $expectantMother->series_number ?? 'N/A' }}
Email: {{ $user->email }}
@if($expectantMother->phone_number)Phone: {{ $expectantMother->phone_number }}
@endif{{ $expectantMother->ic_number ?? 'Not provided' }}
{{ $expectantMother->mother_full_name ?? 'Not provided' }}
{{ $expectantMother->ethnicity ?? 'Not provided' }}
{{ $expectantMother->nationality ?? 'Not provided' }}
@if($expectantMother->nationality === 'Foreigner' && $expectantMother->nationality_other)({{ $expectantMother->nationality_other }})
@endif{{ $expectantMother->educational_level ? ucwords($expectantMother->educational_level) : 'Not provided' }}
{{ $expectantMother->occupation ?? 'Not provided' }}
{{ $expectantMother->phone_number ?? 'Not provided' }}
{{ $expectantMother->home_address ?? 'Not provided' }}
{{ $expectantMother->family_home_address }}
{{ $expectantMother->work_address }}
{{ $expectantMother->husband_full_name }}
{{ $expectantMother->husband_ic_number }}
{{ $expectantMother->husband_occupation }}
{{ $expectantMother->husband_phone_number }}
{{ $expectantMother->husband_work_address }}
{{ $expectantMother->number_of_fetus }}
{{ $expectantMother->number_of_living_children }}
{{ \Carbon\Carbon::parse($expectantMother->marriage_date)->format('F j, Y') }}
{{ $expectantMother->menache }}
{{ $expectantMother->family_planning_method == 1 ? 'Yes' : 'No' }} @if($expectantMother->family_planning_method == 1 && $expectantMother->family_planning_method_specify) - {{ $expectantMother->family_planning_method_specify }} @endif
{{ $expectantMother->mother_smoking_status }}
{{ $expectantMother->husband_smoking_status }}
{{ $expectantMother->tibi_screening_cough == 1 ? 'Yes' : 'No' }}
No health conditions reported
@endifNo health conditions reported
@endifThis is a read-only view. Profile information is managed by the clinic.