Monitor fetal movements for expectant mothers
@if(Auth::user()->isNurse())Movement Tracker
Kicks & Hiccups
{{ $mother->expectantMother->phone_number }}
@endif @if($mother->expectantMother && $mother->expectantMother->series_number)ID: {{ $mother->expectantMother->series_number }}
@endif@if($searchTerm) No patients match your search criteria. @else No patients available for monitoring. @endif
Today's Kicks
{{ $todayKicks }}
Today's Hiccups
{{ $todayHiccups }}
Total Today
{{ $todayKicks + $todayHiccups }}
{{ $selectedMotherName }}
{{ $expectantMother->series_number ?? 'N/A' }}
{{ $expectantMother->phone_number ?? 'N/A' }}
{{ $mother->created_at ? $mother->created_at->format('M j, Y') : 'N/A' }}
Baby's movements over the past 7 days
Choose a patient to view their movement chart
{{ $entry->movement_type }}
{{ $entry->created_at->format('g:i A') }}
No kick or hiccup movements recorded for today.
Choose a patient from the list above to view their kick and hiccup data