Manage your personal information, account settings, and baby records
{{ $ic_number ?? 'Not provided' }}
{{ $mother_full_name ?? 'Not provided' }}
{{ $ethnicity ?? 'Not provided' }}
{{ $nationality ?? 'Not provided' }}
@if($nationality === 'Foreigner' && $nationality_other)({{ $nationality_other }})
@endif{{ $educational_level ? ucwords($educational_level) : 'Not provided' }}
{{ $occupation ?? 'Not provided' }}
{{ $phone_number ?? 'Not provided' }}
{{ $home_address ?? 'Not provided' }}
{{ $family_home_address ?? 'Not provided' }}
{{ $work_address ?? 'Not provided' }}
{{ $postnatal_address ?? 'Not provided' }}
{{ $husband_full_name ?? 'Not provided' }}
{{ $husband_ic_number ?? 'Not provided' }}
{{ $husband_occupation ?? 'Not provided' }}
{{ $husband_phone_number ?? 'Not provided' }}
{{ $husband_work_address ?? 'Not provided' }}
{{ $number_of_fetus ?? 'Not provided' }}
{{ $number_of_living_children ?? 'Not provided' }}
{{ $marriage_date ? \Carbon\Carbon::parse($marriage_date)->format('F j, Y') : 'Not provided' }}
{{ $menache ?? 'Not provided' }}
{{ $family_planning_method ? 'Yes' : 'No' }}
@if($family_planning_method && $family_planning_method_specify)({{ $family_planning_method_specify }})
@endif{{ $mother_smoking_status ?? 'Not provided' }}
{{ $husband_smoking_status ?? 'Not provided' }}
{{ $tibi_screening_cough ? 'Yes' : 'No' }}
No conditions reported
@endifNo conditions reported
@endifPassword must be at least 8 characters long
| Year | Month | Outcome | Delivery | Place | Gender | Weight | Breastfeeding | Condition | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $baby['year_of_birth'] }} | {{ date('M', mktime(0, 0, 0, $baby['month_of_birth'], 1)) }} | {{ ucfirst($baby['pregnancy_outcome']) }} | {{ $baby['type_of_deliver'] }} | {{ $baby['deliver_place'] }} | {{ $baby['gender'] }} | {{ $baby['weight'] }} kg | {{ $baby['breastfeeding'] }} | {{ $baby['baby_condition'] }} |
|
Start by adding your first baby record to track your child's health and development
{{ auth()->user()->clinic->address }}
@if(auth()->user()->clinic->lat && auth()->user()->clinic->lng)Coordinates: {{ auth()->user()->clinic->lat }}, {{ auth()->user()->clinic->lng }}
@endifYour Primary Clinic
The Clinic Admin has requested additional information for your clinic change request.
Request Details:
From: {{ $activeRequest->currentClinic->name }}
To: {{ $activeRequest->requestedClinic->name }}
Submitted: {{ $activeRequest->created_at->format('M d, Y') }}
Information Request:
{{ $activeRequest->decision_note }}
Your clinic change request is currently being reviewed by the Clinic Admin.
Request Details:
From: {{ $activeRequest->currentClinic->name }}
To: {{ $activeRequest->requestedClinic->name }}
Submitted: {{ $activeRequest->created_at->format('M d, Y') }}
You cannot submit a new request while this one is being processed.
Important Information:
Submit a formal request to change your assigned clinic.
The Clinic Admin will review your request and notify you of the decision.
Submitted {{ $request->created_at->format('M j, Y g:i A') }} @if(in_array($request->status, ['APPROVED', 'REJECTED'])) • Processed {{ $request->updated_at->format('M j, Y g:i A') }} @endif
Reason: {{ Str::limit($request->reason, 100) }}
Approved {{ $request->updated_at->format('M j, Y g:i A') }}
@if($request->decision_note){{ $request->decision_note }}
@endifRejected {{ $request->updated_at->format('M j, Y g:i A') }}
@if($request->decision_note){{ $request->decision_note }}
@endifAdditional information requested
@if($request->decision_note){{ $request->decision_note }}
@endif