Health Center Health Center {{-- Test --}} {{-- Edit Form --}}
@foreach ($healthposts as $healthpost) @endforeach
Sr No Ward Name Health Center Name Action
{{ $loop->iteration }} {{ $healthpost->ward->name ?? 'N/A' }} {{ $healthpost->health_post_name }}
{{-- Add --}}