where('id_desa', $user->id_desa) ->where('id_posyandu', $user->id_posyandu) ->where('status', 1) // Filter only approved parents ->get(); return $this->successResponse("data orang tua", $orangtua); } }